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 0b4faf9 commit 80dba95Copy full SHA for 80dba95
tox.ini
@@ -81,7 +81,7 @@ passenv =
81
# Can be used to specify which tests to run, e.g.: tox -- -s
82
commands =
83
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
84
- pip install 'apache-airflow==2.8.1' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.8.txt"
+ pip install 'apache-airflow==2.8.2' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.2/constraints-3.8.txt"
85
pip install 'torch==2.0.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
86
pip install 'torchvision==0.15.2+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
87
0 commit comments