Skip to content

Commit fd1a38b

Browse files
build(deps): update cloudpickle requirement from <2.3.0,>=1.3 to >=1.3,<3.2.0 in /requirements (#20740)
build(deps): update cloudpickle requirement in /requirements Updates the requirements on [cloudpickle](https://github.com/cloudpipe/cloudpickle) to permit the latest version. - [Release notes](https://github.com/cloudpipe/cloudpickle/releases) - [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md) - [Commits](cloudpipe/cloudpickle@v1.3.0...v3.1.1) --- updated-dependencies: - dependency-name: cloudpickle dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 156aad1 commit fd1a38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytest-rerunfailures ==12.0
66
pytest-random-order ==1.1.0
77

88
# needed in tests
9-
cloudpickle >=1.3, <2.3.0
9+
cloudpickle >=1.3, <3.2.0
1010
scikit-learn >0.22.1, <1.4.0
1111
numpy >=1.17.2, <1.27.0
1212
onnx >=1.12.0, <1.17.0

0 commit comments

Comments
 (0)