Skip to content

Commit c09629e

Browse files
authored
numpy >=2.3.0 support (#1558)
* pin openmmtools with numpy fix * bump parmed version * unpin numpy
1 parent 8577e43 commit c09629e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- konnektor~=0.2.0
1212
- lomap2>=3.2.1
1313
- networkx
14-
- numpy<2.3
14+
- numpy
1515
- openfe-analysis>=0.3.1
1616
- openff-interchange-base
1717
- openff-nagl-base >=0.3.3
@@ -20,9 +20,10 @@ dependencies:
2020
- openff-units==0.3.1 # https://github.com/OpenFreeEnergy/openfe/pull/1374
2121
- openmm ~=8.2.0 # omit 8.3.0 and 8.3.1 due to https://github.com/openmm/openmm/pull/5069, unpin once we've qualified 8.3.2
2222
- openmmforcefields >=0.15.0 # min needed for https://github.com/OpenFreeEnergy/openfe/pull/1695
23-
- openmmtools >=0.25.0
23+
- openmmtools >=0.25.3 # fix to support numpy >=2.3: https://github.com/choderalab/openmmtools/pull/793
2424
- packaging
2525
- pandas
26+
- parmed >=4.3.1 # fix to support numpy >=2.3: https://github.com/ParmEd/ParmEd/pull/1387
2627
- perses>=0.10.3
2728
- plugcli
2829
- pint>=0.24.0

0 commit comments

Comments
 (0)