From 59e1366fb525fdf98af015021e019525311d6d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:46:50 +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.12.7...v0.17.2) --- 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 0a2717b8..039ae517 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.12.7,<0.17.2", + "wandb>=0.12.7,<0.17.3", "psutil>=5.9.1, <7.0.0", "dill>=0.3.5,<0.3.9", "SQLAlchemy>=1.4.40,<2.0.32",