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 8e4efdb commit 0f0a590Copy full SHA for 0f0a590
tox.ini
@@ -83,8 +83,8 @@ passenv =
83
commands =
84
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
85
pip install 'apache-airflow==2.9.3' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.8.txt"
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'
+ pip install 'torch==2.0.1' -f 'https://download.pytorch.org/whl/torch_stable.html'
+ pip install 'torchvision==0.15.2' -f 'https://download.pytorch.org/whl/torch_stable.html'
88
pip install 'dill>=0.3.8'
89
90
pytest {posargs}
0 commit comments