Skip to content

Commit

Permalink
Update requirements.txt to work with pip
Browse files Browse the repository at this point in the history
package=version isn't accepted by pip, package==version is.
  • Loading branch information
sbalk committed May 1, 2018
1 parent b3a63b5 commit 98e9527
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 98e9527

Please sign in to comment.