File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/sagemaker/serve/utils
tests/unit/sagemaker/serve/detector Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ classifiers = [
31
31
" Programming Language :: Python :: 3.11" ,
32
32
]
33
33
dependencies = [
34
- " attrs>=23.1.0,<24 " ,
34
+ " attrs>=23.1.0,<25 " ,
35
35
" boto3>=1.34.142,<2.0" ,
36
36
" cloudpickle==2.2.1" ,
37
37
" docker" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ stopit==1.1.2
15
15
# Update tox.ini to have correct version of airflow constraints file
16
16
apache-airflow==2.9.3
17
17
apache-airflow-providers-amazon==7.2.1
18
- attrs>=23.1.0,<24
18
+ attrs>=23.1.0,<25
19
19
fabric==2.6.0
20
20
requests==2.32.2
21
21
sagemaker-experiments==0.1.35
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies:
8
8
- fastapi>=0.111.0
9
9
- nest-asyncio
10
10
- pip>=23.0.1
11
- - attrs>=23.1.0,<24
11
+ - attrs>=23.1.0,<25
12
12
- boto3>=1.34.142,<2.0
13
13
- cloudpickle==2.2.1
14
14
- google-pasta
Original file line number Diff line number Diff line change 26
26
"matplotlib<3.5.0" ,
27
27
"scikit-learn>0.24.1" ,
28
28
"Django!=4.0.0" ,
29
- "attrs>=23.1.0,<24 " ,
29
+ "attrs>=23.1.0,<25 " ,
30
30
"torch@https://download.pytorch.org/whl/cpu/torch-2.0.0%2Bcpu-cp310-cp310-linux_x86_64.whl" ,
31
31
"# some comment" ,
32
32
"boto3==1.26.*" ,
39
39
"matplotlib" : "<3.5.0" ,
40
40
"scikit-learn" : ">0.24.1" ,
41
41
"Django" : "!=4.0.0" ,
42
- "attrs" : ">=23.1.0,<24 " ,
42
+ "attrs" : ">=23.1.0,<25 " ,
43
43
"torch" : "@https://download.pytorch.org/whl/cpu/torch-2.0.0%2Bcpu-cp310-cp310-linux_x86_64.whl" ,
44
44
"boto3" : "==1.26.*" ,
45
45
}
You can’t perform that action at this time.
0 commit comments