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 5c20eee commit 3feadc5Copy full SHA for 3feadc5
tox.ini
@@ -86,6 +86,7 @@ commands =
86
pip install 'torch==2.0.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
87
pip install 'torchvision==0.15.2+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
88
pip install 'dill>=0.3.8'
89
+ pip install --upgrade pip setuptools wheel
90
91
pytest {posargs}
92
deps = .[test]
0 commit comments