File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ awslogs==0.14.0
12
12
black==22.3.0
13
13
stopit==1.1.2
14
14
# Update tox.ini to have correct version of airflow constraints file
15
- apache-airflow==2.7.2
15
+ apache-airflow==2.7.3
16
16
apache-airflow-providers-amazon==7.2.1
17
17
attrs>=23.1.0,<24
18
18
fabric==2.6.0
@@ -31,7 +31,7 @@ pyspark==3.3.1
31
31
sagemaker-feature-store-pyspark-3.3
32
32
# TODO find workaround
33
33
xgboost>=1.6.2,<=1.7.6
34
- pillow>=9.5.0 ,<=10.0.0
34
+ pillow>=10.0.1 ,<=11
35
35
transformers==4.32.0
36
36
sentencepiece==0.1.99
37
37
# https://github.com/triton-inference-server/server/issues/6246
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ passenv =
81
81
# Can be used to specify which tests to run, e.g.: tox -- -s
82
82
commands =
83
83
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"
85
85
pip install ' torch==2.0.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
86
86
pip install ' torchvision==0.15.2+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
87
87
You can’t perform that action at this time.
0 commit comments