Commit 5626bbc9 by John Chodera (MSKCC)

Changed conda package requirement from openmm to openmm-dev.

parent 938d1c23
...@@ -6,12 +6,12 @@ requirements: ...@@ -6,12 +6,12 @@ requirements:
build: build:
- python - python
- setuptools - setuptools
- openmm - openmm-dev
- numpy - numpy
run: run:
- python - python
- openmm - openmm-dev
- numpy - numpy
test: test:
......
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