Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Enable package installation using cmd: pip install -r requirements.txt
  • Loading branch information
tomytjandra authored Jan 21, 2020
1 parent 91eafb6 commit 0c9bf06
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
Package Version
--------------------- --------
cycler 0.10.0
decorator 4.4.1
imageio 2.6.1
imutils 0.5.3
joblib 0.14.0
kiwisolver 1.1.0
mahotas 1.4.9
matplotlib 3.1.1
networkx 2.4
numpy 1.17.4
opencv-contrib-python 4.1.1.26
Pillow 6.2.1
pip 19.3.1
pyparsing 2.4.5
python-dateutil 2.8.1
PyWavelets 1.1.1
scikit-image 0.16.2
scikit-learn 0.21.3
scipy 1.3.2
setuptools 41.6.0
six 1.13.0
wheel 0.33.6
cycler==0.10.0
decorator==4.4.1
imageio==2.6.1
imutils==0.5.3
joblib==0.14.0
kiwisolver==1.1.0
mahotas==1.4.9
matplotlib==3.1.1
networkx==2.4
numpy==1.17.4
opencv-contrib-python==4.1.1.26
Pillow==6.2.1
pip==19.3.1
pyparsing==2.4.5
python-dateutil==2.8.1
PyWavelets==1.1.1
scikit-image==0.16.2
scikit-learn==0.21.3
scipy==1.3.2
setuptools==41.6.0
six==1.13.0
wheel==0.33.6

0 comments on commit 0c9bf06

Please sign in to comment.