Skip to content

Commit

Permalink
unpin nagl in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags authored Dec 4, 2024
1 parent ead8542 commit 7a4b8f6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion devtools/conda-envs/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- pytest=7.4
- pytest-rerunfailures
- nbval
- openff-nagl=0.4
- openff-nagl
# https://github.com/openforcefield/openff-toolkit/issues/1532
#- parmed=3
2 changes: 1 addition & 1 deletion devtools/conda-envs/conda_oe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
- nbval
# https://github.com/openforcefield/openff-toolkit/issues/1532
# - parmed=3
- openff-nagl=0.4
- openff-nagl
4 changes: 2 additions & 2 deletions devtools/conda-envs/openeye-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies:
- openff-units =0.2.0
- openff-utilities >=0.1.5
- openff-interchange-base =0.4
- openff-nagl-base ~=0.4.0
- openff-nagl-models ==0.3.0
- openff-nagl-base >=0.4.0
- openff-nagl-models >=0.3.0
- typing_extensions
- nglview
# Toolkit-specific
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/openeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies:
- openff-amber-ff-ports
- openff-utilities >=0.1.5
- openff-interchange-base =0.4
- openff-nagl-base ~=0.4.0
- openff-nagl-models ==0.3.0
- openff-nagl-base =0.4.0
- openff-nagl-models >=0.3.0
- typing_extensions
# Toolkit-specific
- openeye-toolkits
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/rdkit-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- openff-units =0.2.0
- openff-utilities >=0.1.5
- openff-interchange-base =0.4
- openff-nagl-base ~=0.4.0
- openff-nagl-models ==0.3.0
- openff-nagl-base >=0.4.0
- openff-nagl-models >=0.3.0
- typing_extensions
- nglview
# Toolkit-specific
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/rdkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- openff-amber-ff-ports
- openff-utilities >=0.1.5
- openff-interchange-base =0.4
- openff-nagl-base ~=0.4.0
- openff-nagl-models ==0.3.0
- openff-nagl-base >=0.4.0
- openff-nagl-models >=0.3.0
- typing_extensions
# Toolkit-specific
- ambertools >=22
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- openff-amber-ff-ports
- openff-utilities >=0.1.5
- openff-interchange-base =0.4
- openff-nagl-base ~=0.4.0
- openff-nagl-models ==0.3.0
- openff-nagl-base >=0.4.0
- openff-nagl-models >=0.3.0
# Toolkit-specific
- ambertools >=22
# rdkit 2024.03.6 and 2024.09.1 packages fail when run natively on osx-arm64 macs
Expand Down

0 comments on commit 7a4b8f6

Please sign in to comment.