Skip to content

Commit d6dce8b

Browse files
committed
Merge branch 'dev'
2 parents 8ce4712 + 1b81b14 commit d6dce8b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ script:
1919
after_success:
2020
- codecov
2121

22+
matrix:
23+
include:
24+
install:
25+
- pip install numpy==1.13 scikit-learn==0.18 scipy==0.18
26+
- pip install codecov
27+
- pip install coverage
28+
- pip install .
29+
2230
branches:
2331
only:
2432
- master

setup.py

+2-2
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.15', 'scipy>=0.15'],
14-
)
13+
install_requires=['numpy>=1.13', 'scikit-learn>=0.18', 'scipy>=0.18'],
14+
)

0 commit comments

Comments
 (0)