diff options
author | Sebastián Ramírez <tiangolo@gmail.com> | 2015-05-21 20:19:59 -0500 |
---|---|---|
committer | Sebastián Ramírez <tiangolo@gmail.com> | 2015-05-21 20:19:59 -0500 |
commit | 74a8aefaf7082601ca611f12380386633b5ba643 (patch) | |
tree | df41e5777e6c4a82a63f20d323fc70ebe94ece9d /python | |
parent | 2fed2a998ae8c8894866c9adb4afccc046620c4d (diff) | |
download | caffeonacl-74a8aefaf7082601ca611f12380386633b5ba643.tar.gz caffeonacl-74a8aefaf7082601ca611f12380386633b5ba643.tar.bz2 caffeonacl-74a8aefaf7082601ca611f12380386633b5ba643.zip |
Update python/requirements.txt to have ipython>=3.0.0
Diffstat (limited to 'python')
-rw-r--r-- | python/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index 7bc164a4..e0c86c7e 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,7 +3,7 @@ numpy>=1.7.1 scipy>=0.13.2 scikit-image>=0.9.3 matplotlib>=1.3.1 -ipython>=1.1.0 +ipython>=3.0.0 h5py>=2.2.0 leveldb>=0.191 networkx>=1.8.1 |