From 816e755a3dfa763dd28fcf7e7ab55f99ad01632b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:27:05 +0000 Subject: [PATCH] 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](https://github.com/wandb/wandb/compare/v0.17.4...v0.18.5) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 421cdbfd..97f64491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",