Skip to content
Snippets Groups Projects
Commit ecacef17 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'fix-pytorch-compat' into 'master'

Patch-bump pytorch for torchvision/python compatibility

See merge request !287
parents 40ba1104 d64e1302
No related branches found
No related tags found
1 merge request!287Patch-bump pytorch for torchvision/python compatibility
Pipeline #60367 passed
...@@ -402,7 +402,8 @@ make: ...@@ -402,7 +402,8 @@ make:
matplotlib: matplotlib:
- 3.5.1 - 3.5.1
mkl: # [x86 or x86_64] mkl: # [x86 or x86_64]
- 2021.4.0 # [x86 or x86_64] - 2022.0.1 # [linux and (x86 or x86_64)]
- 2022.0.0 # [osx and (x86 or x86_64)]
ncurses: ncurses:
- 6.3 - 6.3
nose: nose:
...@@ -442,8 +443,8 @@ pytest_cov: ...@@ -442,8 +443,8 @@ pytest_cov:
python_graphviz: python_graphviz:
- 0.19.1 - 0.19.1
pytorch: pytorch:
- 1.10.0 cuda* # [linux] - 1.10.2 cuda* # [linux]
- 1.10.0 # [osx] - 1.10.2 # [osx]
pytorch_lightning: pytorch_lightning:
- 1.6.0 - 1.6.0
pyyaml: pyyaml:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment