Skip to content

Commit

Permalink
Merge pull request #24 from choderalab/conda-fix
Browse files Browse the repository at this point in the history
Update and fix to devtools
  • Loading branch information
gregoryross authored Oct 5, 2017
2 parents 72334ae + bc0ad25 commit c113ab4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ script:
# Build the recipe
- conda build devtools/conda-recipe
# Install the package
- conda install --yes --use-local ${PACKAGENAME}-dev
- conda install --yes --use-local ${PACKAGENAME}
# Install testing dependencies. Without specifying the numpy version, numpy
# is downgraded to 1.9 and we get a "libgfortran not found" issue.
#- conda install --yes --quiet nose nose-timer pymbar "numpy>=1.11"
Expand Down
12 changes: 6 additions & 6 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.5
name: saltswap
version: 0.5.1

source:
path: ../../
Expand All @@ -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 c113ab4

Please sign in to comment.