Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Feb 7, 2025
1 parent 9d8090f commit d3b2e12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devtools/conda-envs/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:

- qcengine >=0.25
- qcelemental >=0.25.1
- qcfractal >=0.56
- qcfractal =0.57
- qcarchivetesting
- qcportal

Expand All @@ -39,14 +39,13 @@ dependencies:
# this should be changed to openff-toolkit-base

- openff-toolkit
- openff-units >=0.2.1
- openff-units ~=0.2.1
- pydantic >1.10.17,<3
- pyyaml
- torsiondrive
- basis_set_exchange
- typing-extensions
- h5py>=3.6.0
- psycopg2 # for qcfractal to pip-install without issue

# Optional
- openmmforcefields
Expand Down
3 changes: 2 additions & 1 deletion devtools/conda-envs/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ dependencies:
# Standard dependencies

- openff-toolkit-base
- openff-units =0.2
- rdkit
- pydantic
- pyyaml
- qcportal >=0.52
- qcportal =0.57
- torsiondrive
- basis_set_exchange
- typing-extensions
Expand Down
6 changes: 2 additions & 4 deletions devtools/conda-envs/psi4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:

- qcengine >=0.25
- qcelemental >=0.25.1
- qcfractal >=0.56
- qcfractal =0.57
- qcarchivetesting
- qcportal

Expand All @@ -36,7 +36,7 @@ dependencies:
### Core dependencies.

- openff-toolkit-base
- openff-units >=0.2.1
- openff-units ~=0.2.1
- rdkit
- pydantic >1.10.17,<3
- pyyaml
Expand All @@ -50,6 +50,4 @@ dependencies:
- openff-fragmenter-base >=0.2.0
- openmm

- pint=0.21
- openff-units=0.2.1
- postgresql

0 comments on commit d3b2e12

Please sign in to comment.