Skip to content

Commit

Permalink
Fixed dependency syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryross authored and gregoryross committed Oct 5, 2017
1 parent 8e814e3 commit ca5a83e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ requirements:
- numpy
- scipy
- setuptools
- openmm >= 7.1
- openmmtools >= 0.9.4
- openmm >=7.1
- openmmtools >=0.9.4
- netcdf4
- pytest

Expand All @@ -27,8 +27,8 @@ requirements:
- numpy
- scipy
- setuptools
- openmm >= 7.1
- openmmtools >= 0.9.4
- openmm >=7.1
- openmmtools >=0.9.4
- netcdf4

test:
Expand Down

0 comments on commit ca5a83e

Please sign in to comment.