Skip to content

Commit 4116094

Browse files
committed
bump dill
1 parent 6655760 commit 4116094

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/sagemaker/serve/utils/in_process_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cloudpickle==2.2.1
1111
colorama>=0.4.4
1212
contextlib2>=21.6.0
1313
decorator>=5.1.1
14-
dill>=0.3.6
14+
dill>=0.3.9
1515
docutils>=0.16
1616
entrypoints>=0.4
1717
filelock>=3.11.0

tests/data/serve_resources/mlflow/pytorch/conda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/data/serve_resources/mlflow/pytorch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ astunparse==1.6.3
33
cffi==1.16.0
44
cloudpickle==2.2.1
55
defusedxml==0.7.1
6-
dill==0.3.8
6+
dill==0.3.9
77
gmpy2==2.1.2
88
numpy==1.26.4
99
opt-einsum==3.3.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}
9191
deps = .[test]

0 commit comments

Comments
 (0)