Skip to content

Commit

Permalink
fix:(deps): update wandb requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [wandb](https://github.com/wandb/wandb) to permit the latest version.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.17.4...v0.18.5)

---
updated-dependencies:
- dependency-name: wandb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent 39a9df9 commit 816e755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"wasabi>=0.9.0,<1.2.0",
"scikit-learn>=1.1.2,<1.6.0",
"srsly>=2.4.4, <2.5.0",
"wandb>=0.17.4,<0.18.4",
"wandb>=0.17.4,<0.18.6",
"psutil>=5.9.1, <7.0.0",
"dill>=0.3.5,<0.3.10",
"SQLAlchemy>=1.4.40,<2.0.36",
Expand Down

0 comments on commit 816e755

Please sign in to comment.