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:
4343 - colorama>=0.4.4
4444 - contextlib2>=21.6.0
4545 - decorator>=5.1.1
46- - dill>=0.3.6
46+ - dill>=0.3.9
4747 - docutils>=0.16
4848 - entrypoints>=0.4
4949 - filelock>=3.11.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cloudpickle==2.2.1
1111colorama>=0.4.4
1212contextlib2>=21.6.0
1313decorator>=5.1.1
14- dill>=0.3.6
14+ dill>=0.3.9
1515docutils>=0.16
1616entrypoints>=0.4
1717filelock>=3.11.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
99 - cffi==1.16.0
1010 - cloudpickle==2.2.1
1111 - defusedxml==0.7.1
12- - dill==0.3.8
12+ - dill==0.3.9
1313 - gmpy2==2.1.2
1414 - numpy==1.26.4
1515 - opt-einsum==3.3.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ astunparse==1.6.3
33cffi == 1.16.0
44cloudpickle == 2.2.1
55defusedxml == 0.7.1
6- dill == 0.3.8
6+ dill == 0.3.9
77gmpy2 == 2.1.2
88numpy == 1.26.4
99opt-einsum == 3.3.0
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ commands =
8585 pip install ' apache-airflow==2.9.3' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.8.txt"
8686 pip install ' torch==2.0.1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
8787 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 '
8989
9090 pytest {posargs}
9191deps = .[test]
You can’t perform that action at this time.
0 commit comments