Skip to content

Commit

Permalink
numpy -> 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pdebuyl committed May 23, 2019
1 parent 11a1024 commit 6f0893e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- PYTHON_VERSION="3.5"
global:
- DISTRIB="conda"
NUMPY_VERSION="1.14" SCIPY_VERSION="0.19"
NUMPY_VERSION="1.13" SCIPY_VERSION="0.19"
SCIKIT_LEARN_VERSION="0.19" MATPLOTLIB_VERSION="2.2"
SCIKIT_IMAGE_VERSION="0.13" SYMPY_VERSION="1.3"
STATSMODELS_VERSION="0.8" SEABORN_VERSION="0.7"
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# `./build_tools/requirements_to_environment.py`
name: testenv
dependencies:
- numpy=1.14
- numpy=1.13
- scipy=0.19
- scikit-learn=0.19
- matplotlib=2.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is structured in a specific way please include all conda installable
# libraries before the special comment marked `# For conda, pip installable:`
numpy==1.14
numpy==1.13
scipy==0.19
scikit-learn==0.19
matplotlib==2.2
Expand Down

0 comments on commit 6f0893e

Please sign in to comment.