Skip to content

Commit dcc5c98

Browse files
committed
Revert NumPy<1.18 pin on Python 3.6
1 parent 4de58d3 commit dcc5c98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

perses/meta.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ requirements:
1212
build:
1313
- python
1414
- setuptools
15-
- numpy >=1.14 # [not py36]
16-
- numpy >=1.14,<1.18 # [py36]
15+
- numpy >=1.14
1716
run:
1817
- python
1918
- setuptools
2019
- ambertools >=19.11
21-
- numpy >=1.14 # [not py36]
22-
- numpy >=1.14,<1.18 # [py36]
20+
- numpy >=1.14
2321
- scipy
2422
- pymbar
2523
- openmm >=7.4.2

0 commit comments

Comments
 (0)