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