File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
src/sagemaker/serve/utils Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies = [
4141 " jsonschema" ,
4242 " numpy==1.26.4" ,
4343 " omegaconf>=2.2,<3" ,
44- " packaging>=25 .0,<26" ,
44+ " packaging>=24 .0,<26" ,
4545 " pandas" ,
4646 " pathos" ,
4747 " platformdirs" ,
Original file line number Diff line number Diff line change 22# This forces specific versions to be used regardless of what other packages require
33
44# Core conflicts
5- importlib-metadata==6.11 .0
5+ importlib-metadata>=7.0.0,<9 .0
66rich==13.7.0
77Flask-Limiter==3.5.0
88
@@ -15,7 +15,7 @@ apache-airflow-providers-amazon==7.2.1
1515sphinx==7.2.6
1616sphinx-rtd-theme==3.0.0
1717docutils>=0.18.1,<0.21
18- packaging>=25 .0,<26
18+ packaging>=24 .0,<26
1919jinja2==3.1.6
2020schema==0.7.5
2121accelerate>=0.24.1,<=0.27.0
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apache-airflow==3.0.3
1818apache-airflow-providers-amazon==7.2.1
1919Flask-Limiter==3.5.0
2020rich==13.7.0
21- importlib-metadata==6.11 .0
21+ importlib-metadata>=7.0.0,<9 .0
2222attrs>=24,<26
2323fabric==3.2.2
2424requests==2.32.2
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ dependencies:
1515 - numpy==1.26.4
1616 - protobuf>=3.12,<5.0
1717 - smdebug_rulesconfig==1.0.1
18- - importlib-metadata==6.11 .0
19- - packaging>=25 .0,<26
18+ - importlib-metadata>=7.0.0,<9 .0
19+ - packaging>=24 .0,<26
2020 - pandas
2121 - pathos
2222 - schema
@@ -53,7 +53,7 @@ dependencies:
5353 - h11>=0.14.0
5454 - huggingface-hub>=0.13.4
5555 - idna>=3.4
56- - importlib-metadata==6.11 .0
56+ - importlib-metadata>=7.0.0,<9 .0
5757 - jinja2>=3.1.2
5858 - jmespath>=1.0.1
5959 - jsonschema>=4.17.3
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gunicorn>=20.1.0
2121h11>=0.14.0
2222huggingface-hub>=0.13.4
2323idna>=3.4
24- importlib-metadata==6.11 .0
24+ importlib-metadata>=7.0.0,<9 .0
2525jinja2>=3.1.2
2626jmespath>=1.0.1
2727jsonschema>=4.17.3
@@ -31,7 +31,7 @@ mdurl>=0.1.2
3131mpmath>=1.3.0
3232multiprocess>=0.70.14
3333networkx>=3.1
34- packaging>=25 .0,<26
34+ packaging>=24 .0,<26
3535pandas>=1.5.3
3636pathos>=0.3.0
3737pillow>=9.5.0
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ passenv =
8282# Can be used to specify which tests to run, e.g.: tox -- -s
8383commands =
8484 python -c " import os; os.system('install-custom-pkgs --install-boto-wheels')"
85- pip install ' apache-airflow==3.0.3' ' Flask-Limiter==3.5.0' ' rich==13.7.0' ' importlib-metadata==6.11.0 ' --constraint {toxinidir}/requirements/constraints.txt
85+ pip install ' apache-airflow==3.0.3' ' Flask-Limiter==3.5.0' ' rich==13.7.0' --constraint {toxinidir}/requirements/constraints.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'
@@ -150,7 +150,7 @@ deps =
150150 sphinx ==7.2.6
151151 sphinx-rtd-theme ==3.0.0
152152 docutils>=0.18.1,<0.21
153- packaging>=23.0,<25
153+ packaging>=23.0,<26
154154 jinja2 ==3.1.6
155155 schema ==0.7.5
156156 accelerate>=0.24.1,<=0.27.0
You can’t perform that action at this time.
0 commit comments