Skip to content

Commit e08fe0e

Browse files
committed
dependency tuning
1 parent 53b288a commit e08fe0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ after_success:
2222
matrix:
2323
include:
2424
env:
25-
- "NUMPY_VERSION=1.12"
26-
- "SKLEARN_VERSION=0.19"
25+
- "NUMPY_VERSION=1.10"
26+
- "SKLEARN_VERSION=0.18"
2727
- "SCIPY_VERSION=0.18"
2828

2929
branches:

setup.py

Lines changed: 1 addition & 1 deletion
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.12', 'scikit-learn>=0.18', 'scipy>=0.18'],
13+
install_requires=['numpy>=1.10', 'scikit-learn>=0.18', 'scipy>=0.18'],
1414
)

0 commit comments

Comments
 (0)