Skip to content

Commit

Permalink
Fix #1215 (#1228)
Browse files Browse the repository at this point in the history
* Pin to cairo=*=1010 builds

* Fix pinning

* Add cached-property

* Faster test

* Pin to recent version of QCPortal

* Remove debug code
  • Loading branch information
mattwthompson authored Mar 25, 2022
1 parent 615f825 commit 94aa01b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 3 additions & 1 deletion devtools/conda-envs/beta_rc_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ dependencies:
- networkx
- ambertools
- rdkit
# https://github.com/openforcefield/openff-toolkit/issues/1215#issuecomment-1078446482
- cairo=1.16.0=*_1010
- xmltodict
# Test-only/optional/dev
- mdtraj
Expand All @@ -32,7 +34,7 @@ dependencies:
- bson
- msgpack-python
- qcelemental
- qcportal
- qcportal >=0.15
- qcengine
- openff-interchange
# Typing
Expand Down
5 changes: 3 additions & 2 deletions devtools/conda-envs/openeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- coverage
- numpy
- networkx
- parmed # ??? what ???
- parmed
- openeye-toolkits
- packaging
# Removed until a new release which targets openff-toolkit is made.
Expand All @@ -29,13 +29,14 @@ dependencies:
- openff-utilities
- smirnoff99Frosst
- cachetools
- cached-property
- pyyaml
- toml
- bson
- msgpack-python
- xmltodict
- qcelemental
- qcportal
- qcportal >=0.15
- qcengine
- mdtraj
- pip:
Expand Down
5 changes: 4 additions & 1 deletion devtools/conda-envs/rdkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dependencies:
- networkx
- ambertools
- rdkit
# https://github.com/openforcefield/openff-toolkit/issues/1215#issuecomment-1078446482
- cairo=1.16.0=*_1010
- packaging
# Removed until a new release which targets openff-toolkit is made.
# - openmmforcefields
Expand All @@ -28,13 +30,14 @@ dependencies:
- openff-utilities
- smirnoff99Frosst
- cachetools
- cached-property
- pyyaml
- toml
- bson
- msgpack-python
- xmltodict
- qcelemental
- qcportal
- qcportal >=0.15
- qcengine
- mdtraj
- pip:
Expand Down
5 changes: 4 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dependencies:
- networkx
- ambertools
- rdkit
# https://github.com/openforcefield/openff-toolkit/issues/1215#issuecomment-1078446482
- cairo=1.16.0=*_1010
- xmltodict
# Test-only/optional/dev
- pytest
Expand All @@ -28,14 +30,15 @@ dependencies:
- openeye-toolkits
- mdtraj
- cachetools
- cached-property
- black
- isort
- pyyaml
- toml
- bson
- msgpack-python
- qcelemental
- qcportal
- qcportal >=0.15
- qcengine
- mdtraj
# Typing
Expand Down

0 comments on commit 94aa01b

Please sign in to comment.