Files
concrete/torch_requirements.txt
Arthur Meyre 1b3f9aa048 chore: use pip package for docker
- comment out package-watcher as it's not compatible with the new docker
waiting on the compiler proper release workflow to update this
- update setup_env target to be docker and bare env friendly (workaround)
- update torch_requirements.txt

refs #809
2021-11-16 10:41:53 +01:00

8 lines
259 B
Plaintext

torch==1.10.0; sys_platform=="darwin"
torch==1.10.0+cpu; sys_platform=="linux"
torch==1.10.0+cpu; sys_platform=="win32"
torchvision==0.11.1; sys_platform=="darwin"
torchvision==0.11.1+cpu; sys_platform=="linux"
torchvision==0.11.1+cpu; sys_platform=="win32"