Skip to content

Commit 5d31477

Browse files
committed
CI: Avoid installing too new of numpy/scipy
1 parent 8d23d2b commit 5d31477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ language: python
1111
cache: pip
1212
env:
1313
global:
14-
- DEPENDS="six numpy scipy matplotlib h5py pillow pydicom"
14+
- DEPENDS="six numpy<1.17dev scipy<1.3dev matplotlib h5py pillow pydicom"
1515
- OPTIONAL_DEPENDS=""
1616
- INSTALL_TYPE="setup"
1717
- CHECK_TYPE="test"
@@ -52,7 +52,7 @@ matrix:
5252
# pydicom master branch
5353
- python: 3.5
5454
env:
55-
- DEPENDS="numpy git+https://github.com/pydicom/pydicom.git@master"
55+
- DEPENDS="numpy<1.17dev git+https://github.com/pydicom/pydicom.git@master"
5656
# test 2.7 against pre-release builds of everything
5757
- python: 2.7
5858
env:

0 commit comments

Comments
 (0)