Skip to content

Commit

Permalink
Fix binder requirements (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt authored and MaxBenChrist committed Jul 7, 2019
1 parent bb9452e commit 767f54c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
16 changes: 0 additions & 16 deletions binder/generate_binder_requirements.py

This file was deleted.

25 changes: 3 additions & 22 deletions binder/requirements.txt
@@ -1,22 +1,3 @@
dask>=0.15.2
distributed>=1.18.3
future>=0.16.0
ipaddress>=1.0.18; python_version <= '2.7'
ipython>=5.3.0
matplotlib>=2.0.0
mock>=2.0.0
notebook>=4.4.1
numpy>=1.10.4
pandas-datareader>=0.5.0
pandas>=0.20.3
patsy>=0.4.1
pytest-cov>=2.3.1
pytest-xdist>=1.15.0
pytest>=3.0.2
requests>=2.9.1
scikit-learn>=0.17.1
scipy>=0.17.0
seaborn>=0.7.1
six>=1.10.0
statsmodels>=0.6.1
tqdm>=4.10.0
-e . # relative to cwd
-r ../requirements.txt # relative to here
-r ../test-requirements.txt # relative to here

0 comments on commit 767f54c

Please sign in to comment.