Skip to content

Commit 95d5ccb

Browse files
Update cloudpickle requirement from <=2.1.0,>=1.3 to >=1.3,<2.3.0 in /requirements (#15840)
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...v2.2.0) --- updated-dependencies: - dependency-name: cloudpickle dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d94297 commit 95d5ccb

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
@@ -7,7 +7,7 @@ pytest-rerunfailures==10.2
77
pre-commit==2.20.0
88

99
# needed in tests
10-
cloudpickle>=1.3, <=2.1.0
10+
cloudpickle>=1.3, <2.3.0
1111
scikit-learn>0.22.1, <1.1.3
1212
onnxruntime<1.14.0
1313
psutil<5.9.4 # for `DeviceStatsMonitor`

0 commit comments

Comments
 (0)