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 a35038b commit 7e62b49Copy full SHA for 7e62b49
.travis.yml
@@ -24,8 +24,8 @@ before_install:
24
- PATH=${CUDA_HOME}/bin:${PATH}
25
26
install:
27
- - pip install Cython torch==1.2
28
- - pip install Pillow==6.2.2
+ - pip install Pillow==6.2.2 # remove this line when torchvision>=0.5
+ - pip install Cython torch==1.2 torchvision==0.4.0 # TODO: fix CI for pytorch>1.2
29
- pip install -r requirements.txt
30
- pip install -r tests/requirements.txt
31
0 commit comments