From fe1a8113b4ab0852d88ece3e0b6f58adf60e52d3 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Sun, 11 Jan 2026 08:51:57 -0600 Subject: [PATCH] Revert "Temporarily work around NumPy 2.4 problem (#137)" This reverts commit c77361a553debadcc4f3568437a6bcebc2350f4d. --- devtools/conda-envs/canary_env.yaml | 2 -- devtools/conda-envs/test_env.yaml | 2 -- devtools/conda-envs/test_no_toolkit.yaml | 2 -- 3 files changed, 6 deletions(-) diff --git a/devtools/conda-envs/canary_env.yaml b/devtools/conda-envs/canary_env.yaml index 89771b4..766186a 100644 --- a/devtools/conda-envs/canary_env.yaml +++ b/devtools/conda-envs/canary_env.yaml @@ -4,8 +4,6 @@ channels: dependencies: - python - pip - # Remove when in a release: https://github.com/openforcefield/openff-interchange/issues/1403 - - numpy <2.4 - pytest - openff-toolkit >=0.17.0 - openmmforcefields diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index ae4e240..d315d48 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -4,8 +4,6 @@ channels: dependencies: - python - pip - # Remove when in a release: https://github.com/openforcefield/openff-interchange/issues/1403 - - numpy <2.4 - openff-toolkit >=0.17.0 - openff-interchange >=0.3.17 - pytest diff --git a/devtools/conda-envs/test_no_toolkit.yaml b/devtools/conda-envs/test_no_toolkit.yaml index a8dfd41..62f75fb 100644 --- a/devtools/conda-envs/test_no_toolkit.yaml +++ b/devtools/conda-envs/test_no_toolkit.yaml @@ -4,8 +4,6 @@ channels: dependencies: - python - pip - # Remove when in a release: https://github.com/openforcefield/openff-interchange/issues/1403 - - numpy <2.4 - pytest - pytest-cov - pytest-xdist