Skip to content

Commit

Permalink
build(deps): update lightning-utilities requirement in /requirements
Browse files Browse the repository at this point in the history
Updates the requirements on [lightning-utilities](https://github.com/Lightning-AI/utilities) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/utilities/releases)
- [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md)
- [Commits](Lightning-AI/utilities@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: lightning-utilities
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent cb1666a commit e6648e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sphinx-togglebutton ==0.3.2
sphinx-copybutton ==0.5.2

lightning >=1.8.0, <2.2.0
lightning-utilities >=0.9.0, <0.10.0
lightning-utilities >=0.9.0, <0.11.0
pydantic > 1.0.0, < 3.0.0

# integrations
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ packaging >17.1
torch >=1.10.0, <=2.0.1
torch >=1.10.0, <=2.1.1
typing-extensions; python_version < '3.9'
lightning-utilities >=0.8.0, <0.10.0
lightning-utilities >=0.8.0, <0.11.0

0 comments on commit e6648e8

Please sign in to comment.