Skip to content

Commit

Permalink
Update to meta.yml for conda recipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryross authored Oct 5, 2017
1 parent a692d11 commit 72334ae
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: saltswap-dev
version: 0.0.0
version: 0.5

source:
path: ../../
Expand All @@ -14,19 +14,21 @@ requirements:
- python
- cython
- numpy
- scipy
- setuptools
- openmm
- openmmtools
- openmm >= 7.1
- openmmtools >= 0.9.4
- netcdf4
- pytest

run:
- python
- cython
- numpy
- scipy
- setuptools
- openmm
- openmmtools
- openmm >= 7.1
- openmmtools >= 0.9.4
- netcdf4

test:
Expand Down

0 comments on commit 72334ae

Please sign in to comment.