Last active
August 29, 2015 14:21
Revisions
-
lmatthieu revised this gist
Jun 2, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,7 +26,7 @@ scipy==0.15.1 six==1.9.0 tables==3.2.0 wsgiref==0.1.2 -e git+https://github.com/Lasagne/Lasagne.git#egg=Lasagne " > requirements.txt mkdir /tmp/pip_repo -
lmatthieu revised this gist
Jun 2, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,6 @@ cd /tmp echo " Theano==0.7.0 cytoolz==0.7.3 docopt==0.6.2 @@ -27,6 +26,7 @@ scipy==0.15.1 six==1.9.0 tables==3.2.0 wsgiref==0.1.2 -e git+https://github.com/Lasagne/Lasagne.git " > requirements.txt mkdir /tmp/pip_repo -
lmatthieu revised this gist
Jun 2, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cd /tmp echo " Lasagne==git+https://github.com/Lasagne/Lasagne.git Theano==0.7.0 cytoolz==0.7.3 docopt==0.6.2 -
lmatthieu revised this gist
May 27, 2015 . 1 changed file with 22 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,15 +3,30 @@ cd /tmp echo " Lasagne==0.1.dev Theano==0.7.0 cytoolz==0.7.3 docopt==0.6.2 gdbn==0.1 gnumpy==0.2 hyperopt==0.0.2 ipython==3.1.0 joblib==0.8.4 matplotlib==1.4.3 mock==1.0.1 nolearn==0.5 nose==1.3.6 numexpr==2.4.3 numpy==1.9.2 pandas==0.16.1 pyparsing==2.0.3 python-dateutil==2.4.2 pytz==2015.4 scikit-learn==0.16.1 scipy==0.15.1 six==1.9.0 tables==3.2.0 wsgiref==0.1.2 " > requirements.txt mkdir /tmp/pip_repo -
lmatthieu revised this gist
May 27, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,6 +11,7 @@ scikit-learn==0.16.1 matplotlib==1.4.3 cytoolz joblib hyperopt " > requirements.txt mkdir /tmp/pip_repo -
lmatthieu revised this gist
May 27, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,13 +2,13 @@ cd /tmp echo " numpy ipython==3.1 tables==3.2 pandas==0.16.1 scikit-learn==0.16.1 matplotlib==1.4.3 cytoolz joblib " > requirements.txt -
lmatthieu revised this gist
May 27, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,7 @@ cd /tmp echo "ipython==3.1 tables==3.2 pandas==0.16.1 scikit-learn==0.16.1 matplotlib==1.4.3 -
lmatthieu created this gist
May 27, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ ## Creating py4sci requirements repository - internet access required cd /tmp echo "ipython==3.1 pandas==0.16.1 scikit-learn==0.16.1 matplotlib==1.4.3 theano==0.7 Lasagne==0.1dev cytoolz joblib " > requirements.txt mkdir /tmp/pip_repo pip install --download /tmp/pip_repo -r /tmp/requirements.txt