Skip to content

Commit 9c9ebfe

Browse files
author
Podgorskiy
committed
Fixed requirements.txt
1 parent 425fd4e commit 9c9ebfe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
numpy==1.14.1
2-
matplotlib==1.5.3
3-
scipy==0.19.1
4-
Pillow==5.1.0
5-
scikit_learn==0.19.1
6-
torch==0.4.0
7-
torchvision==0.2.1
1+
numpy>=1.8.2
2+
matplotlib>=1.5.3
3+
scipy>=1.1.0
4+
Pillow>=5.1.0
5+
scikit_learn>=0.19.1
6+
torch>=0.4.0
7+
torchvision>=0.2.1

0 commit comments

Comments
 (0)