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

Feat/add host envs (#3808)

* add guide for dev builds

* hosted env file for openmm-8 beta

* explain how to host an env

* add a namespace to support different os

* pin all the versions

* add version pins and env name

* Added pytest
parent cf824381
name: openmm-8-beta name: openmm-8-beta-linux
channels: channels:
- conda-forge/label/openmm_rc - conda-forge/label/openmm_rc
...@@ -7,6 +7,7 @@ channels: ...@@ -7,6 +7,7 @@ channels:
dependencies: dependencies:
- openmm==8.0.0beta - openmm==8.0.0beta
- openmm-ml - openmm-ml==1.0beta
- openmm-torch - openmm-torch==1.0beta
- nnpops - nnpops==0.2
- pytest
name: openmm-8-beta name: openmm-8-beta-mac
channels: channels:
- conda-forge/label/openmm_rc - conda-forge/label/openmm_rc
...@@ -7,5 +7,6 @@ channels: ...@@ -7,5 +7,6 @@ channels:
dependencies: dependencies:
- openmm==8.0.0beta - openmm==8.0.0beta
- openmm-ml - openmm-ml==1.0beta
- openmm-torch - openmm-torch==1.0beta
- 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