Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 1, 2019
1 parent 6c55183 commit 204caf5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 23 deletions.
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git+git://github.com/schlegelp/pymaid@master
jupyter_contrib_nbextensions==0.5.0
jupyter_contrib_nbextensions>=0.5.0
9 changes: 4 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
###### Requirements without Version Specifiers ######
ipykernel==5.1.0
nbsphinx==0.4.2
numpydoc==0.9.1
sphinx_bootstrap_theme==0.7.1

ipykernel>=5.1.0
nbsphinx>=0.4.2
numpydoc>=0.9.1
sphinx_bootstrap_theme>=0.7.1
33 changes: 16 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
decorator>=4.1.0
matplotlib>=3.0.2
imageio==2.5.0
numpy==1.16.3
networkx==2.2
pandas==0.24.1
plotly==3.9.0
pypng==0.0.18
pyqt5==5.12.1
requests_futures==0.9.9
requests==2.21.0
Shapely==1.6.4.post2
seaborn==0.9.0
setuptools==41.0.1
scipy==1.3.0
six==1.11.0
tqdm==4.31.0
vispy==0.5.3
imageio>=2.5.0
numpy>=1.16.3
networkx>=2.2
pandas>=0.24.1
plotly>=3.9.0
pypng>=0.0.18
pyqt5>=5.12.1
requests_futures>=0.9.9
requests>=2.21.0
Shapely>=1.6.4.post2
seaborn>=0.9.0
setuptools>=41.0.1
scipy>=1.3.0
six>=1.11.0
tqdm>=4.31.0
vispy>=0.6.0

# Below are optional dependencies
# py2cytoscape==0.7.0
Expand Down

0 comments on commit 204caf5

Please sign in to comment.