summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2015-03-27 15:58:14 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2015-03-27 15:58:14 -0700
commit12f559e9bddad1e5a6a7ecd0cdaf74fbbb726965 (patch)
treefa200d2100607cad4a673ad2bccf23d031a6c0d3 /python
parenta2c7cf4fee77e3116e432605bc821611dcd444af (diff)
parent8be7842ae8809a2a8a663d7c10a31230f66e9a10 (diff)
downloadcaffeonacl-12f559e9bddad1e5a6a7ecd0cdaf74fbbb726965.tar.gz
caffeonacl-12f559e9bddad1e5a6a7ecd0cdaf74fbbb726965.tar.bz2
caffeonacl-12f559e9bddad1e5a6a7ecd0cdaf74fbbb726965.zip
Merge pull request #2192 from lukeyeager/remove-scikit-learn
Remove scikit-learn dependency -- the need is noted in the relevant example
Diffstat (limited to 'python')
-rw-r--r--python/requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/requirements.txt b/python/requirements.txt
index 28747f27..7bc164a4 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -2,7 +2,6 @@ Cython>=0.19.2
numpy>=1.7.1
scipy>=0.13.2
scikit-image>=0.9.3
-scikit-learn>=0.14.1
matplotlib>=1.3.1
ipython>=1.1.0
h5py>=2.2.0