From 29cd1d9820d5731e54ed6fdd88176831f7c6697b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:09:40 +0000 Subject: [PATCH] Update wandb requirement from ~=0.18.1 to ~=0.19.1 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.18.1...v0.19.1) --- 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 15a2b85..5765ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "scikit-learn~=1.5", "spacy~=3.7", "tqdm~=4.64", - "wandb~=0.18.1", + "wandb~=0.19.1", ] dynamic = ["version"]