Skip to content

Commit

Permalink
Update cloudpickle requirement from <=2.1.0,>=1.3 to >=1.3,<2.3.0 in …
Browse files Browse the repository at this point in the history
…/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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2022
1 parent 1d94297 commit 95d5ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/pytorch/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytest-rerunfailures==10.2
pre-commit==2.20.0

# needed in tests
cloudpickle>=1.3, <=2.1.0
cloudpickle>=1.3, <2.3.0
scikit-learn>0.22.1, <1.1.3
onnxruntime<1.14.0
psutil<5.9.4 # for `DeviceStatsMonitor`
Expand Down

0 comments on commit 95d5ccb

Please sign in to comment.