Skip to content

Commit c77361a

Browse files
Temporarily work around NumPy 2.4 problem (#137)
1 parent 05f7ad0 commit c77361a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

devtools/conda-envs/canary_env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ channels:
44
dependencies:
55
- python
66
- pip
7+
# Remove when in a release: https://github.com/openforcefield/openff-interchange/issues/1403
8+
- numpy <2.4
79
- pytest
810
- openff-toolkit >=0.17.0
911
- openmmforcefields

devtools/conda-envs/test_env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ channels:
44
dependencies:
55
- python
66
- pip
7+
# Remove when in a release: https://github.com/openforcefield/openff-interchange/issues/1403
8+
- numpy <2.4
79
- openff-toolkit >=0.17.0
810
- openff-interchange >=0.3.17
911
- pytest

devtools/conda-envs/test_no_toolkit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ channels:
44
dependencies:
55
- python
66
- pip
7+
# Remove when in a release: https://github.com/openforcefield/openff-interchange/issues/1403
8+
- numpy <2.4
79
- pytest
810
- pytest-cov
911
- pytest-xdist

0 commit comments

Comments
 (0)