Skip to content

Commit

Permalink
fix for pyTorch 1.1 (#552)
Browse files Browse the repository at this point in the history
* min pyTorch 1.1

* try fixed test-tube

* try fixed test-tube

* try fixed test-tube

* cleaning

* Update requirements.txt
  • Loading branch information
Borda authored and williamFalcon committed Dec 1, 2019
1 parent 2b8475f commit 89ececb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ references:
run:
name: Install Dependences
command: |
# PyPI
pip install "$TORCH_VERSION" --user
# this is temporal fix til test-tube is not merged and released
pip install -r requirements.txt --user
sudo pip install pytest pytest-cov pytest-flake8
pip install -r ./tests/requirements.txt --user
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
scikit-learn>=0.20.2
tqdm>=4.35.0
numpy>=1.16.4
torch>=1.2
torch>=1.1
torchvision>=0.4.0
pandas>=0.24 # lower version do not support py3.7
test-tube>=0.6.9
# future>=0.17.1 # required for buildins in setup.py
test-tube>=0.7.5
future>=0.17.1 # required for buildins in setup.py
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ basepython =
py37: python3.7
py38: python3.8
deps =
# this is derived requirements
-r requirements-ci.txt
-r ./tests/requirements.txt
commands =
Expand Down

0 comments on commit 89ececb

Please sign in to comment.