Skip to content

Commit d2f76cf

Browse files
committed
Remove scikit from TravisCI as it is now required.
1 parent 8994fd5 commit d2f76cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
- LLVM_CONFIG=/usr/bin/llvm-config-10 CXXFLAGS=-fPIC python -m pip install llvmlite
2121
- pip install ipywidgets ipykernel requests IPython==5.0.0 langid pycountry pyenchant lxml matplotlib
2222
- python travis.py
23-
- pip install cython unittest2 pexpect scikit-image
23+
- pip install cython unittest2 pexpect
2424
install:
2525
- sed -i "s/'sympy==[0-9]\.[0-9]\.[0-9]', //" setup.py
2626
- make develop

0 commit comments

Comments
 (0)