Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Bump the pip group across 3 directories with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [ray](https://github.com/ray-project/ray), [black](https://github.com/psf/black), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [torch](https://github.com/pytorch/pytorch) and [transformers](https://github.com/huggingface/transformers) to permit the latest version.

Updates `ray` to 2.8.1
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.2.0...ray-2.8.1)

Updates `black` from 22.8.0 to 24.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.8.0...24.3.0)

Updates `scikit-learn` to 1.3.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@0.24.2...1.3.2)

Updates `torch` to 2.2.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.12.0...v2.2.1)

Updates `scikit-learn` to 1.3.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@0.24.2...1.3.2)

Updates `transformers` to 4.12.2
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.11.3...v4.12.2)

---
updated-dependencies:
- dependency-name: ray
  dependency-type: direct:production
  dependency-group: pip-security-group
- dependency-name: black
  dependency-type: direct:production
  dependency-group: pip-security-group
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: pip-security-group
- dependency-name: torch
  dependency-type: direct:production
  dependency-group: pip-security-group
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: pip-security-group
- dependency-name: transformers
  dependency-type: direct:production
  dependency-group: pip-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 20, 2024
1 parent 90ed294 commit cc23f76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions baselines/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ numpy = "^1.20.0"
tqdm = "4.62.3"
matplotlib = "^3.5.1"
scikit-image = "^0.18.1"
scikit-learn = "^0.24.2"
scikit-learn = "^1.3.2"
wget = "^3.2"

[tool.poetry.dev-dependencies]
isort = "==5.10.1"
black = "==22.8.0"
black = "==24.3.0"
docformatter = "==1.5.0"
mypy = "==0.961"
pylint = "==2.8.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/quickstart_huggingface/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [
[tool.poetry.dependencies]
python = "^3.8"
flwr = "^1.0.0"
torch = "1.12.0"
transformers = "4.11.3"
torch = "2.2.1"
transformers = "4.12.2"
datasets = "1.12.1"
scikit-learn = "1.0"
scikit-learn = "1.3.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protobuf = "^3.19.0"
importlib-metadata = { version = "^4.0.0", markers = "python_version < '3.8'" }
iterators = "^0.0.2"
# Optional dependencies
ray = { extras = ["default"], version = "~2.2.0", optional = true }
ray = { extras = ["default"], version = "~2.8.1", optional = true }

[tool.poetry.extras]
simulation = ["ray"]
Expand Down

0 comments on commit cc23f76

Please sign in to comment.