File tree 6 files changed +6
-6
lines changed
src/sagemaker/serve/utils
tests/data/serve_resources/mlflow
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ classifiers = [
33
33
dependencies = [
34
34
" attrs>=23.1.0,<24" ,
35
35
" boto3>=1.35.75,<2.0" ,
36
- " cloudpickle> =2.2.1" ,
36
+ " cloudpickle= =2.2.1" ,
37
37
" docker" ,
38
38
" fastapi" ,
39
39
" google-pasta" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Jinja2==3.1.4
24
24
pyvis==0.2.1
25
25
pandas==1.4.4
26
26
scikit-learn==1.3.0
27
- cloudpickle> =2.2.1
27
+ cloudpickle= =2.2.1
28
28
jsonpickle<4.0.0
29
29
PyYAML==6.0
30
30
# TODO find workaround
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies:
39
39
- certifi==2022.12.7
40
40
- charset-normalizer>=3.1.0
41
41
- click>=8.1.3
42
- - cloudpickle> =2.2.1
42
+ - cloudpickle= =2.2.1
43
43
- colorama>=0.4.4
44
44
- contextlib2>=21.6.0
45
45
- decorator>=5.1.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cachetools>=5.3.0
7
7
certifi==2024.7.4
8
8
charset-normalizer>=3.1.0
9
9
click>=8.1.3
10
- cloudpickle> =2.2.1
10
+ cloudpickle= =2.2.1
11
11
colorama>=0.4.4
12
12
contextlib2>=21.6.0
13
13
decorator>=5.1.1
Original file line number Diff line number Diff line change 1
1
mlflow == 2.13.2
2
2
astunparse == 1.6.3
3
3
cffi == 1.16.0
4
- cloudpickle > =2.2.1
4
+ cloudpickle = =2.2.1
5
5
defusedxml == 0.7.1
6
6
dill == 0.3.8
7
7
gmpy2 == 2.1.2
Original file line number Diff line number Diff line change 1
1
mlflow == 2.13.2
2
- cloudpickle > =2.2.1
2
+ cloudpickle = =2.2.1
3
3
numpy == 1.26.4
4
4
tensorflow == 2.16.1
You can’t perform that action at this time.
0 commit comments