Skip to content

Commit c71995f

Browse files
committed
Update airflow version
1 parent 844b558 commit c71995f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ awslogs==0.14.0
1414
black==24.3.0
1515
stopit==1.1.2
1616
# Update tox.ini to have correct version of airflow constraints file
17-
apache-airflow==2.10.4
17+
apache-airflow==3.0.2
1818
apache-airflow-providers-amazon==7.2.1
1919
Flask-Limiter==3.11
2020
attrs>=24,<26

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ passenv =
8282
# Can be used to specify which tests to run, e.g.: tox -- -s
8383
commands =
8484
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"
8686
pip install 'torch==2.3.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
8787
pip install 'torchvision==0.18.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
8888
pip install 'dill>=0.3.9'

0 commit comments

Comments
 (0)