Skip to content

Commit 4d650e3

Browse files
committed
Update packaging
1 parent 16997de commit 4d650e3

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

requirements/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
66
rich==13.7.0
77
Flask-Limiter==3.5.0
88

@@ -15,7 +15,7 @@ apache-airflow-providers-amazon==7.2.1
1515
sphinx==7.2.6
1616
sphinx-rtd-theme==3.0.0
1717
docutils>=0.18.1,<0.21
18-
packaging>=25.0,<26
18+
packaging>=24.0,<26
1919
jinja2==3.1.6
2020
schema==0.7.5
2121
accelerate>=0.24.1,<=0.27.0

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apache-airflow==3.0.3
1818
apache-airflow-providers-amazon==7.2.1
1919
Flask-Limiter==3.5.0
2020
rich==13.7.0
21-
importlib-metadata==6.11.0
21+
importlib-metadata>=7.0.0,<9.0
2222
attrs>=24,<26
2323
fabric==3.2.2
2424
requests==2.32.2

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

src/sagemaker/serve/utils/in_process_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gunicorn>=20.1.0
2121
h11>=0.14.0
2222
huggingface-hub>=0.13.4
2323
idna>=3.4
24-
importlib-metadata==6.11.0
24+
importlib-metadata>=7.0.0,<9.0
2525
jinja2>=3.1.2
2626
jmespath>=1.0.1
2727
jsonschema>=4.17.3
@@ -31,7 +31,7 @@ mdurl>=0.1.2
3131
mpmath>=1.3.0
3232
multiprocess>=0.70.14
3333
networkx>=3.1
34-
packaging>=25.0,<26
34+
packaging>=24.0,<26
3535
pandas>=1.5.3
3636
pathos>=0.3.0
3737
pillow>=9.5.0

tox.ini

Lines changed: 2 additions & 2 deletions
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==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

0 commit comments

Comments
 (0)