Skip to content

Commit

Permalink
make openmmforcefields to work with python-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kntkb committed Feb 12, 2024
1 parent d45e812 commit 0e3e4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
run: |
micromamba remove --force openff-toolkit openff-toolkit-base
pip install git+https://github.com/kntkb/openff-toolkit.git@7e9d0225782ef723083407a1cbf1f4f70631f934
micromamba remove --force openmmforcefields
pip install git+https://github.com/openmm/[email protected]
python -m pip install . --no-deps
micromamba list
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ dependencies:
- openeye-toolkits
- openmmtools
- barnaba
- openmmforcefields=0.12
prefix: /lila/home/takabak/mambaforge/envs/espfit

0 comments on commit 0e3e4fc

Please sign in to comment.