Skip to content

Commit 357ba3a

Browse files
committed
dependency tuning
1 parent e218603 commit 357ba3a

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.travis.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,25 @@ install:
1313

1414
script:
1515
- tests/test.sh
16-
- coverage run tests/core_tests.py
16+
- coverage run tests/core_tests.opy
1717
- coverage report
1818

1919
after_success:
2020
- codecov
2121

22+
matrix:
23+
include:
24+
env:
25+
- "NUMPY_VERSION=1.12"
26+
- "NUMPY_VERSION=1.13"
27+
env:
28+
- "SKLEARN_VERSION=0.18"
29+
- "SKLEARN_VERSION=0.19"
30+
env:
31+
- "SCIPY_VERSION=0.18"
32+
- "SCIPY_VERSION=0.19"
33+
- "SCIPY_VERSION=1.0"
34+
2235
branches:
2336
only:
2437
- master

setup.py

Lines changed: 2 additions & 2 deletions
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.12', 'scikit-learn>=0.18', 'scipy>=0.18'],
14+
)

0 commit comments

Comments
 (0)