recommended.txt 397 Bytes
Newer Older
1
2
3
# Recommended because some non-commonly-used modules/examples depend on those packages.

-f https://download.pytorch.org/whl/torch_stable.html
4
tensorflow
5
6
7
8
torch == 1.6.0+cpu ; sys_platform != "darwin"
torch == 1.6.0 ; sys_platform == "darwin"
torchvision == 0.7.0+cpu ; sys_platform != "darwin"
torchvision == 0.7.0 ; sys_platform == "darwin"
9
pytorch-lightning >= 1.1.1, < 1.2
10
11
12
onnx
peewee
graphviz