We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb40b3a commit 6d5c746Copy full SHA for 6d5c746
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- export CC="gcc-4.9"
18
- export CXX="g++-4.9"
19
install:
20
- - pip install future; python_version < '3.0'
+ - pip install future
21
- pip install numpy
22
- pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
23
- pip install pycodestyle
0 commit comments