Skip to content

Commit 1b81b14

Browse files
committed
numpy dependency fixed
1 parent fdbbfc2 commit 1b81b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ after_success:
2222
matrix:
2323
include:
2424
install:
25-
- pip install numpy==1.10 scikit-learn==0.18 scipy==0.18
25+
- pip install numpy==1.13 scikit-learn==0.18 scipy==0.18
2626
- pip install codecov
2727
- pip install coverage
2828
- pip install .

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
url='https://cosmic-cortex.github.io/modAL',
1111
packages=['modAL', 'modAL.utils'],
1212
classifiers=['Development Status :: 4 - Beta'],
13-
install_requires=['numpy>=1.10', 'scikit-learn>=0.18', 'scipy>=0.18'],
13+
install_requires=['numpy>=1.13', 'scikit-learn>=0.18', 'scipy>=0.18'],
1414
)

0 commit comments

Comments
 (0)