File tree Expand file tree Collapse file tree 6 files changed +23
-21
lines changed
src/sagemaker/serve/utils Expand file tree Collapse file tree 6 files changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ dependencies = [
41
41
" jsonschema" ,
42
42
" numpy==1.26.4" ,
43
43
" omegaconf>=2.2,<3" ,
44
- " packaging>=23 .0,<25 " ,
44
+ " packaging>=25 .0,<26 " ,
45
45
" pandas" ,
46
46
" pathos" ,
47
47
" platformdirs" ,
48
48
" protobuf>=3.12,<6.32" ,
49
49
" psutil" ,
50
50
" PyYAML>=6.0.1" ,
51
51
" requests" ,
52
- " sagemaker-core>=1.0.42 ,<2.0.0" ,
52
+ " sagemaker-core>=1.0.30 ,<2.0.0" ,
53
53
" schema" ,
54
54
" smdebug_rulesconfig==1.0.1" ,
55
55
" tblib>=1.7.0,<4" ,
Original file line number Diff line number Diff line change 2
2
# This forces specific versions to be used regardless of what other packages require
3
3
4
4
# Core conflicts
5
- importlib-metadata<7 .0
6
- rich>= 13.6.0,<14.0 .0
7
- Flask-Limiter==2.9.2
5
+ importlib-metadata==6.11 .0
6
+ rich== 13.7 .0
7
+ Flask-Limiter==3.5.0
8
8
9
9
# Additional constraints to ensure compatibility
10
- sagemaker-core==1.0.42
11
- apache-airflow==3.0.4
12
- apache-airflow-providers-amazon==8.30.0
10
+ sagemaker-core==1.0.30
11
+ apache-airflow==3.0.3
12
+ apache-airflow-providers-amazon==7.2.1
13
13
14
14
# Sphinx dependencies
15
15
sphinx==7.2.6
16
16
sphinx-rtd-theme==3.0.0
17
17
docutils>=0.18.1,<0.21
18
- packaging>=23 .0,<25
18
+ packaging>=25 .0,<26
19
19
jinja2==3.1.6
20
20
schema==0.7.5
21
21
accelerate>=0.24.1,<=0.27.0
22
- graphene<4.0
22
+ graphene<4.0
Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ awslogs==0.14.0
14
14
black==24.3.0
15
15
stopit==1.1.2
16
16
# Update tox.ini to have correct version of airflow constraints file
17
- apache-airflow==3.0.4
18
- apache-airflow-providers-amazon==8.30.0
19
- Flask-Limiter==2.9.2
17
+ apache-airflow==3.0.3
18
+ apache-airflow-providers-amazon==7.2.1
19
+ Flask-Limiter==3.5.0
20
+ rich==13.7.0
21
+ importlib-metadata==6.11.0
20
22
attrs>=24,<26
21
23
fabric==3.2.2
22
24
requests==2.32.2
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ dependencies:
15
15
- numpy==1.26.4
16
16
- protobuf>=3.12,<5.0
17
17
- smdebug_rulesconfig==1.0.1
18
- - importlib-metadata>=1.4.0,<7 .0
19
- - packaging>=23 .0,<25
18
+ - importlib-metadata==6.11 .0
19
+ - packaging>=25 .0,<26
20
20
- pandas
21
21
- pathos
22
22
- schema
@@ -53,7 +53,7 @@ dependencies:
53
53
- h11>=0.14.0
54
54
- huggingface-hub>=0.13.4
55
55
- idna>=3.4
56
- - importlib-metadata>=4.13 .0
56
+ - importlib-metadata==6.11 .0
57
57
- jinja2>=3.1.2
58
58
- jmespath>=1.0.1
59
59
- jsonschema>=4.17.3
@@ -85,7 +85,7 @@ dependencies:
85
85
- pyyaml>=6.0.1
86
86
- regex>=2023.3.23
87
87
- requests>=2.28.2
88
- - rich>= 13.3.4,<14.0 .0
88
+ - rich== 13.7 .0
89
89
- safetensors>=0.4.0
90
90
- rsa>=4.7.2
91
91
- s3transfer>=0.6.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gunicorn>=20.1.0
21
21
h11>=0.14.0
22
22
huggingface-hub>=0.13.4
23
23
idna>=3.4
24
- importlib-metadata>=4.13 .0
24
+ importlib-metadata==6.11 .0
25
25
jinja2>=3.1.2
26
26
jmespath>=1.0.1
27
27
jsonschema>=4.17.3
@@ -31,7 +31,7 @@ mdurl>=0.1.2
31
31
mpmath>=1.3.0
32
32
multiprocess>=0.70.14
33
33
networkx>=3.1
34
- packaging>=23.1
34
+ packaging>=25.0,<26
35
35
pandas>=1.5.3
36
36
pathos>=0.3.0
37
37
pillow>=9.5.0
@@ -53,7 +53,7 @@ pytz-deprecation-shim>=0.1.0.post0
53
53
pyyaml>=6.0.1
54
54
regex>=2023.3.23
55
55
requests>=2.28.2
56
- rich>= 13.3.4,<14.0 .0
56
+ rich== 13.7 .0
57
57
rsa>=4.7.2
58
58
s3transfer>=0.6.0
59
59
sagemaker>=2.148.0
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ passenv =
82
82
# Can be used to specify which tests to run, e.g.: tox -- -s
83
83
commands =
84
84
python -c " import os; os.system('install-custom-pkgs --install-boto-wheels')"
85
- pip install ' apache-airflow==3.0.4 ' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-3.0.4/ constraints-3.9. txt"
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
86
86
pip install ' torch==2.3.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
87
87
pip install ' torchvision==0.18.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
88
88
pip install ' dill>=0.3.9'
You can’t perform that action at this time.
0 commit comments