Skip to content

Commit dad25af

Browse files
committed
Cloudpickle update
1 parent f0c7f08 commit dad25af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Jinja2==3.1.4
2424
pyvis==0.2.1
2525
pandas==1.4.4
2626
scikit-learn==1.3.0
27-
cloudpickle>=2.2.1
27+
cloudpickle>=2.2.1,<=3.0.0
2828
jsonpickle<4.0.0
2929
PyYAML==6.0
3030
# TODO find workaround

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mlflow==2.13.2
22
astunparse==1.6.3
33
cffi==1.16.0
4-
cloudpickle>=2.2.1
4+
cloudpickle>=2.2.1,<=3.0.0
55
defusedxml==0.7.1
66
dill==0.3.8
77
gmpy2==2.1.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mlflow==2.13.2
2-
cloudpickle>=2.2.1
2+
cloudpickle>=2.2.1,<=3.0.0
33
numpy==1.26.4
44
tensorflow==2.16.1

0 commit comments

Comments
 (0)