Unverified Commit 58ee361f authored by Mike Henry's avatar Mike Henry Committed by GitHub
Browse files

update hosted env to use newer openmm-torch version (#3868)

* update to use newer openmm-torch version

* openmm8 rc1 envs

* forgot to bump nnpops
parent 17b61225
...@@ -8,7 +8,7 @@ channels: ...@@ -8,7 +8,7 @@ channels:
dependencies: dependencies:
- openmm==8.0.0beta - openmm==8.0.0beta
- openmm-ml==1.0beta - openmm-ml==1.0beta
- openmm-torch==1.0beta - openmm-torch==1.0beta1
- nnpops==0.2 - nnpops==0.2
- torchani==2.2.2 - torchani==2.2.2
- pytest - pytest
\ No newline at end of file
...@@ -8,6 +8,6 @@ channels: ...@@ -8,6 +8,6 @@ channels:
dependencies: dependencies:
- openmm==8.0.0beta - openmm==8.0.0beta
- openmm-ml==1.0beta - openmm-ml==1.0beta
- openmm-torch==1.0beta - openmm-torch==1.0beta1
- torchani==2.2.2 - torchani==2.2.2
- pytest - pytest
name: openmm-8-rc1-linux
channels:
- conda-forge/label/openmm_rc
- conda-forge/label/openmm-torch_rc
- conda-forge
dependencies:
- openmm==8.0.0rc1
- openmm-ml==1.0rc1
- openmm-torch==1.0rc1
- nnpops==0.3
- torchani==2.2.2
- pytest
name: openmm-8-rc1-mac
channels:
- conda-forge/label/openmm_rc
- conda-forge/label/openmm-torch_rc
- conda-forge
dependencies:
- openmm==8.0.0rc1
- openmm-ml==1.0rc1
- openmm-torch==1.0rc1
- torchani==2.2.2
- pytest
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment