Skip to content

Commit

Permalink
Fixed requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Podgorskiy committed May 24, 2018
1 parent 425fd4e commit 9c9ebfe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
@@ -1,7 +1,7 @@
numpy==1.14.1
matplotlib==1.5.3
scipy==0.19.1
Pillow==5.1.0
scikit_learn==0.19.1
torch==0.4.0
torchvision==0.2.1
numpy>=1.8.2
matplotlib>=1.5.3
scipy>=1.1.0
Pillow>=5.1.0
scikit_learn>=0.19.1
torch>=0.4.0
torchvision>=0.2.1

0 comments on commit 9c9ebfe

Please sign in to comment.