Skip to content

Commit 8cb5942

Browse files
authored
change: Bump test dependencies versions (#4290)
1 parent c15fdbf commit 8cb5942

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/extras/test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ awslogs==0.14.0
1212
black==22.3.0
1313
stopit==1.1.2
1414
# Update tox.ini to have correct version of airflow constraints file
15-
apache-airflow==2.7.2
15+
apache-airflow==2.7.3
1616
apache-airflow-providers-amazon==7.2.1
1717
attrs>=23.1.0,<24
1818
fabric==2.6.0
@@ -31,7 +31,7 @@ pyspark==3.3.1
3131
sagemaker-feature-store-pyspark-3.3
3232
# TODO find workaround
3333
xgboost>=1.6.2,<=1.7.6
34-
pillow>=9.5.0,<=10.0.0
34+
pillow>=10.0.1,<=11
3535
transformers==4.32.0
3636
sentencepiece==0.1.99
3737
# https://github.com/triton-inference-server/server/issues/6246

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ passenv =
8181
# Can be used to specify which tests to run, e.g.: tox -- -s
8282
commands =
8383
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
84-
pip install 'apache-airflow==2.7.2' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2/constraints-3.8.txt"
84+
pip install 'apache-airflow==2.7.3' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.7.3/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

0 commit comments

Comments
 (0)