Skip to content

Commit

Permalink
MAINT: Use openff-models=0.1.0beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Aug 1, 2023
1 parent 4b1a0f0 commit 18083ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion devtools/conda-envs/beta_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: beta-env
channels:
- jaimergp/label/unsupported-cudatoolkit-shim
- conda-forge/label/openmm_rc
- conda-forge/label/openff-models_rc
- conda-forge
- openeye
dependencies:
Expand All @@ -13,7 +14,7 @@ dependencies:
- openmm >=7.6
# OpenFF stack
- openff-toolkit >=0.14
- openff-models >=0.0.4
- openff-models
- openff-nagl
- openff-nagl-models
# Optional features
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/dev_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- openmm
# OpenFF stack
- openff-toolkit >=0.14
- openff-models >=0.0.4
- openff-models
- openff-nagl
- openff-nagl-models
# Optional features
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/minimal_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pydantic
# OpenFF stack
- openff-toolkit >=0.14
- openff-models >=0.0.4
- openff-models
# Testing
- pytest
- pytest-xdist
1 change: 1 addition & 0 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: openff-interchange-env
channels:
- jaimergp/label/unsupported-cudatoolkit-shim
- conda-forge
- conda-forge/label/openff-models_rc
dependencies:
# Core
- python
Expand Down

0 comments on commit 18083ed

Please sign in to comment.