Skip to content

Commit

Permalink
Python 2.7 and 3.6 all (non-skipped) tests working with more recent n…
Browse files Browse the repository at this point in the history
…umpy, scipy and ase versions
  • Loading branch information
jotelha committed Feb 7, 2020
1 parent e5fd0a4 commit bd800ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.before_install.bash
Expand Up @@ -16,8 +16,8 @@ elif [ "$TRAVIS_OS_NAME" == "osx" ]; then
virtualenv -p $PYTHON venv
source venv/bin/activate
fi
pip install numpy==1.12.1
pip install ase==3.13.0
pip install numpy==1.16.0
pip install ase==3.17.0
pip install scipy==1.2.3
#if [ "$TRAVIS_OS_NAME" == "linux" ]; then
# pip install atomistica
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,4 +1,4 @@
numpy>=1.12.1
ase>=3.13.0
numpy>=1.16.0
ase>=3.17.0
scipy>=1.2.3
sphinxcontrib-napoleon

0 comments on commit bd800ef

Please sign in to comment.