Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
make test
make docs

mamba install --name descent --yes "pydantic <2" "openff-toolkit>=0.9.2" "openff-interchange>=0.3.17"
make test

- name: CodeCov
uses: codecov/codecov-action@v4.1.1
with:
Expand Down
9 changes: 6 additions & 3 deletions devtools/envs/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ dependencies:
- pip

# Core packages
- smee >=0.10.0
- pydantic-units # TODO: Remove this line once smee deps are updated
- smee-base >=0.10.0
- msgpack-python
- parmed
- pydantic
- pydantic-units
- openff-interchange>=0.3.17

- pytorch
Expand All @@ -26,6 +29,7 @@ dependencies:
- rdkit
- matplotlib-base
- panel
- openmm

# Examples
- jupyter
Expand All @@ -37,7 +41,6 @@ dependencies:
- tensorboardX

# Dev / Testing
- ambertools
- rdkit
- uncertainties

Expand Down
Loading