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 d1ffbf3 commit 1278b9bCopy full SHA for 1278b9b
tox.ini
@@ -82,7 +82,7 @@ passenv =
82
# Can be used to specify which tests to run, e.g.: tox -- -s
83
commands =
84
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
85
- pip install 'apache-airflow==2.10.4' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.4/constraints-3.8.txt"
+ pip install 'apache-airflow==2.10.4' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.4/constraints-3.9.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'
88
pip install 'dill>=0.3.8'
0 commit comments