diff --git a/poetry.lock b/poetry.lock index 157e2bb..b107355 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "absl-py" @@ -4756,14 +4756,14 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [[package]] name = "wandb" -version = "0.13.11" +version = "0.14.0" description = "A CLI and library for interacting with the Weights and Biases API." category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "wandb-0.13.11-py3-none-any.whl", hash = "sha256:e584ac7fb0097fba8a030d5aedc5fea157286aba69a2e6e6e689b794155fcc8f"}, - {file = "wandb-0.13.11.tar.gz", hash = "sha256:f2b065d1c732e8e1828fabe720dc82f12e6109d0d2bbfbcccc17eaefae0fd7c9"}, + {file = "wandb-0.14.0-py3-none-any.whl", hash = "sha256:3e9c1194627e59f6f210f8030fb73f51677e6b908fc4b7c59395f230e5076502"}, + {file = "wandb-0.14.0.tar.gz", hash = "sha256:2f17b570ca26619ca35bd4ea9628961aae1d91cad56cf26becb917854ea055d3"}, ] [package.dependencies] @@ -5123,4 +5123,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.10" -content-hash = "5563bfb8688b8e0cde93334e29407f5170ec99d152ca8ca9896ffe2aaa31da7e" +content-hash = "99a84c0d6e603220035417337e4413f22fb20a967a16602cf87ab109e1ec4124" diff --git a/pyproject.toml b/pyproject.toml index 320851f..3a4100b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ torch = "^1.13.1" # ] torchmetrics = "^0.11.0" tqdm = "^4.64.0" -wandb = "^0.13.0" +wandb = "^0.14.0" transformers = "^4.26.0" datasets = "^2.9.0" evaluate = "^0.4.0"