Skip to content

Commit

Permalink
require discretize 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed Apr 18, 2019
1 parent eb44b93 commit 6522957
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -49,7 +49,6 @@ before_install:
install:
- conda install --quiet --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython h5py;
- pip install -r requirements_dev.txt
- pip install git+https://github.com/simpeg/discretize.git@repo-cleanup
- python setup.py install
- if [ "$TEST_DIR" = "$DEPLOY_DIR" ]; then
if [ ! -d ${HOME}/google-cloud-sdk ]; then curl https://sdk.cloud.google.com | bash; fi ;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@
'matplotlib',
'properties>=0.5.2',
'vectormath>=0.2.0',
'discretize>=0.2.0',
'discretize>=0.4.0',
'geoana>=0.0.4'
],
author="Rowan Cockett",
Expand Down

0 comments on commit 6522957

Please sign in to comment.