Skip to content

Commit ada8b27

Browse files
committed
fix scipy version in requirements.txt
1 parent 8b05a96 commit ada8b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binder/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy>=1.14.0
22
pandas>=0.22.0
33
requests>=2.18.4
4-
scipy>=1.0.0
4+
scipy<=1.2.0
55
tifffile
66
matplotlib

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requests>=2.18.4
88

99
#re-added davis
1010
Pillow
11-
scipy>=1.0.0
11+
scipy<=1.2.0
1212
tifffile
1313

1414
matplotlib

0 commit comments

Comments
 (0)