Skip to content
Draft
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
1 change: 1 addition & 0 deletions .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
os:
- "ubuntu-latest"
- "macos-latest"
- "ubuntu-24.04-arm"
python-version:
- "3.12"

Expand Down
8 changes: 3 additions & 5 deletions devtools/conda-envs/full-stack.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: full-stack-tests
channels:
- mmh/label/amber26
- openeye
- conda-forge
dependencies:
- python
- setuptools =81
- pip
- numpy >=2.4
- numpy >=2
- pydantic =2.11.10
- pint >=0.25
- openff-toolkit >=0.18
- ambertools =24.8 # just to help solver
- ambertools =26.0 # just to help solver
- openff-fragmenter
- openff-interchange >=0.5.2
- mdtraj
Expand Down Expand Up @@ -47,6 +48,3 @@ dependencies:
- gromacs >=2024
# https://github.com/conda-forge/lammps-feedstock/issues/207
- lammps >=2024.08.29
- openmpi =4

- icu=75 # just to help solver
Loading