Skip to content

Commit

Permalink
Merge pull request #61 from stevenschmatz/patch-1
Browse files Browse the repository at this point in the history
Fix requirements.txt
  • Loading branch information
MhLiao authored May 31, 2018
2 parents b3a63b5 + 370ec70 commit e7d1113
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Cython=0.19.2
numpy=1.7.1
scipy=0.13.2
scikit-image=0.9.3
matplotlib=1.3.1
ipython=3.0.0
h5py=2.2.0
leveldb=0.191
networkx=1.8.1
nose=1.3.0
pandas=0.12.0
Cython==0.19.2
numpy==1.7.1
scipy==0.13.2
scikit-image==0.9.3
matplotlib==1.3.1
ipython==3.0.0
h5py==2.2.0
leveldb==0.191
networkx==1.8.1
nose==1.3.0
pandas==0.12.0
python-dateutil>=1.4,<2
protobuf=2.5.0
python-gflags=2.0
pyyaml=3.10
Pillow=2.3.0
six=1.1.0
pydot=1.2.4
shapely=1.6.4
protobuf==2.5.0
python-gflags==2.0
pyyaml==3.10
Pillow==2.3.0
six==1.1.0
pydot==1.2.4
shapely==1.6.4

0 comments on commit e7d1113

Please sign in to comment.