Skip to content

Commit b40c915

Browse files
committed
Removed scipy dependency limit
1 parent 00b39c5 commit b40c915

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
- python>=3.6.4
88
- numpy>=1.15.0
9-
- scipy<=1.3.3
9+
- scipy>=1.4.0
1010
- pytorch>=1.2.0
1111
- torchvision
1212
- pylops

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
- python>=3.6.4
88
- numpy>=1.15.0
9-
- scipy<=1.3.3
9+
- scipy>=1.4.0
1010
- pytorch>=1.2.0
1111
- pylops
1212
- pip:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.15.0
2-
scipy<=1.3.3
2+
scipy>=1.4.0
33
torch>=1.2.0
44
pytorch_complex_tensor
55
pylops[advanced]

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.15.0
2-
scipy<=1.3.3
2+
scipy>=1.4.0
33
https://download.pytorch.org/whl/cpu/torch-1.4.0%2Bcpu-cp36-cp36m-linux_x86_64.whl
44
pytorch_complex_tensor
55
pylops

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.15.0
2-
scipy<=1.3.3
2+
scipy>=1.4.0
33
torch>=1.2.0
44
torchvision
55
pytorch_complex_tensor

0 commit comments

Comments
 (0)