File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ awslogs==0.14.0
1212black==24.3.0
1313stopit==1.1.2
1414# Update tox.ini to have correct version of airflow constraints file
15- apache-airflow==2.8.4
15+ apache-airflow==2.9.0
1616apache-airflow-providers-amazon==7.2.1
1717attrs>=23.1.0,<24
1818fabric==2.6.0
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ passenv =
8181# Can be used to specify which tests to run, e.g.: tox -- -s
8282commands =
8383 python -c " import os; os.system('install-custom-pkgs --install-boto-wheels')"
84- pip install ' apache-airflow==2.8.4 ' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.8.4 /constraints-3.8.txt"
84+ pip install ' apache-airflow==2.9.0 ' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.9.0 /constraints-3.8.txt"
8585 pip install ' torch==2.0.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
8686 pip install ' torchvision==0.15.2+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
8787 pip install ' dill>=0.3.8'
You can’t perform that action at this time.
0 commit comments