We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6028bbb commit 1ee1fabCopy full SHA for 1ee1fab
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.9.0' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.0/constraints-3.8.txt"
+ pip install 'apache-airflow==2.9.1' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.1/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
pip install 'dill>=0.3.8'
0 commit comments