Skip to content

Commit 8262a38

Browse files
fix:(deps): update wandb requirement
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.19.11) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.19.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe7e125 commit 8262a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"wasabi>=0.9.0,<1.2.0",
2828
"scikit-learn>=1.1.2,<1.7.0",
2929
"srsly>=2.4.4, <2.6.0",
30-
"wandb>=0.17.4,<0.19.11",
30+
"wandb>=0.17.4,<0.19.12",
3131
"psutil>=5.9.1, <8.0.0",
3232
"dill>=0.3.5,<0.4.1",
3333
"SQLAlchemy>=1.4.40,<2.0.41",

0 commit comments

Comments
 (0)