Skip to content

Instantly share code, notes, and snippets.

@lmatthieu
Last active August 29, 2015 14:21

Revisions

  1. lmatthieu revised this gist Jun 2, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion py4sci_repo.sh
    Original 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
    -e git+https://github.com/Lasagne/Lasagne.git#egg=Lasagne
    " > requirements.txt

    mkdir /tmp/pip_repo
  2. lmatthieu revised this gist Jun 2, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion py4sci_repo.sh
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,6 @@
    cd /tmp

    echo "
    Lasagne==git+https://github.com/Lasagne/Lasagne.git
    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
  3. lmatthieu revised this gist Jun 2, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion py4sci_repo.sh
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    cd /tmp

    echo "
    Lasagne==0.1.dev
    Lasagne==git+https://github.com/Lasagne/Lasagne.git
    Theano==0.7.0
    cytoolz==0.7.3
    docopt==0.6.2
  4. lmatthieu revised this gist May 27, 2015. 1 changed file with 22 additions and 7 deletions.
    29 changes: 22 additions & 7 deletions py4sci_repo.sh
    Original file line number Diff line number Diff line change
    @@ -3,15 +3,30 @@
    cd /tmp

    echo "
    numpy
    ipython==3.1
    tables==3.2
    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
    matplotlib==1.4.3
    cytoolz
    joblib
    hyperopt
    scipy==0.15.1
    six==1.9.0
    tables==3.2.0
    wsgiref==0.1.2
    " > requirements.txt

    mkdir /tmp/pip_repo
  5. lmatthieu revised this gist May 27, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions py4sci_repo.sh
    Original 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
  6. lmatthieu revised this gist May 27, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions py4sci_repo.sh
    Original file line number Diff line number Diff line change
    @@ -2,13 +2,13 @@

    cd /tmp

    echo "ipython==3.1
    echo "
    numpy
    ipython==3.1
    tables==3.2
    pandas==0.16.1
    scikit-learn==0.16.1
    matplotlib==1.4.3
    theano==0.7
    Lasagne==0.1dev
    cytoolz
    joblib
    " > requirements.txt
  7. lmatthieu revised this gist May 27, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions py4sci_repo.sh
    Original 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
  8. lmatthieu created this gist May 27, 2015.
    16 changes: 16 additions & 0 deletions py4sci_repo.sh
    Original 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