From 814dfd56e938a295170a84b55032de97ec95e9b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:04:21 +0000 Subject: [PATCH] fix:(deps-dev): 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.16.0) --- 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 452f5b45..fb62b442 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.4.0", "srsly>=2.4.4, <2.5.0", - "wandb>=0.12.7,<0.15.13", + "wandb>=0.12.7,<0.16.1", "psutil>=5.9.1, <6.0.0", "dill>=0.3.5,<0.3.8", "SQLAlchemy>=1.4.40,<2.0.24",