Skip to content

Commit

Permalink
MAINT update requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Feb 11, 2016
1 parent 7d66d48 commit c2c2f5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ install:
- pip install psutil

# Install requirements from other repos
- pip install git+https://github.com/automl/HPOlibConfigSpace.git
- pip install git+https://github.com/automl/HPOlibConfigSpace@refactor
- pip install git+https://github.com/sfalkner/pynisher@master
- pip install git+https://bitbucket.org/aadfreiburg/smac3@development
- pip install git+https://bitbucket.org/aadfreiburg/random_forest_run@master

- python setup.py install

Expand Down
2 changes: 2 additions & 0 deletions requ.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ Cython

git+https://github.com/automl/HPOlibConfigSpace@refactor
git+https://github.com/sfalkner/pynisher@master
git+https://bitbucket.org/aadfreiburg/smac3@development
git+https://bitbucket.org/aadfreiburg/random_forest_run@master

0 comments on commit c2c2f5e

Please sign in to comment.