Commit 90388c27 by peastman

Removed reference to openmm-dev package

parent 4ad0cf0f
...@@ -13,6 +13,7 @@ install: ...@@ -13,6 +13,7 @@ install:
script: script:
# Add conda channel # Add conda channel
- conda config --add channels $ORGNAME - conda config --add channels $ORGNAME
- conda config --add channels $ORGNAME/labels/dev
# Build the recipe # Build the recipe
- conda build devtools/conda-recipe - conda build devtools/conda-recipe
# Test the local installation # Test the local installation
......
...@@ -10,12 +10,12 @@ requirements: ...@@ -10,12 +10,12 @@ requirements:
build: build:
- python - python
- setuptools - setuptools
- openmm-dev - openmm
- numpy - numpy
run: run:
- python - python
- openmm-dev - openmm
- 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