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 @@ -14,7 +14,7 @@ awslogs==0.14.0
14
14
black==24.3.0
15
15
stopit==1.1.2
16
16
# Update tox.ini to have correct version of airflow constraints file
17
- apache-airflow==2.10.4
17
+ apache-airflow==3.0.2
18
18
apache-airflow-providers-amazon==7.2.1
19
19
Flask-Limiter==3.11
20
20
attrs>=24,<26
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ passenv =
82
82
# Can be used to specify which tests to run, e.g.: tox -- -s
83
83
commands =
84
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.9.txt"
85
+ pip install ' apache-airflow==3.0.2 ' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-3.0.2 /constraints-3.9.txt"
86
86
pip install ' torch==2.3.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
87
87
pip install ' torchvision==0.18.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
88
88
pip install ' dill>=0.3.9'
You can’t perform that action at this time.
0 commit comments