File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/sagemaker/serve/utils
tests/data/serve_resources/mlflow/pytorch Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies:
43
43
- colorama>=0.4.4
44
44
- contextlib2>=21.6.0
45
45
- decorator>=5.1.1
46
- - dill>=0.3.6
46
+ - dill>=0.3.9
47
47
- docutils>=0.16
48
48
- entrypoints>=0.4
49
49
- filelock>=3.11.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cloudpickle==2.2.1
11
11
colorama>=0.4.4
12
12
contextlib2>=21.6.0
13
13
decorator>=5.1.1
14
- dill>=0.3.6
14
+ dill>=0.3.9
15
15
docutils>=0.16
16
16
entrypoints>=0.4
17
17
filelock>=3.11.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
- cffi==1.16.0
10
10
- cloudpickle==2.2.1
11
11
- defusedxml==0.7.1
12
- - dill==0.3.8
12
+ - dill==0.3.9
13
13
- gmpy2==2.1.2
14
14
- numpy==1.26.4
15
15
- opt-einsum==3.3.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ astunparse==1.6.3
3
3
cffi == 1.16.0
4
4
cloudpickle == 2.2.1
5
5
defusedxml == 0.7.1
6
- dill == 0.3.8
6
+ dill == 0.3.9
7
7
gmpy2 == 2.1.2
8
8
numpy == 1.26.4
9
9
opt-einsum == 3.3.0
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ commands =
85
85
pip install ' apache-airflow==2.9.3' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.8.txt"
86
86
pip install ' torch==2.0.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
87
87
pip install ' torchvision==0.15.2+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
88
- pip install ' dill>=0.3.8 '
88
+ pip install ' dill>=0.3.9 '
89
89
90
90
pytest {posargs}
91
91
deps = .[test]
You can’t perform that action at this time.
0 commit comments