diff --git a/poetry.lock b/poetry.lock index 157e2bb..8a86374 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.2" 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.2-py3-none-any.whl", hash = "sha256:99bdb40587c3300d97ca4bb464c0dd1ac9608dbd5fbd06e19083a197469c1268"}, + {file = "wandb-0.14.2.tar.gz", hash = "sha256:27ff1f78c247b313608e199dd0c784e84e56f305b2d58b0eda938dcc1f4c2460"}, ] [package.dependencies] @@ -4785,6 +4785,7 @@ setuptools = "*" typing-extensions = {version = "*", markers = "python_version < \"3.10\""} [package.extras] +async = ["httpx (>=0.22.0)"] aws = ["boto3"] azure = ["azure-storage-blob"] gcp = ["google-cloud-storage"] @@ -5123,4 +5124,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 = "5c51601e493fab97b8af5ede22d16784970fd013380e9a1d5e60a36b7cee9472" diff --git a/pyproject.toml b/pyproject.toml index 320851f..6460941 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.2" transformers = "^4.26.0" datasets = "^2.9.0" evaluate = "^0.4.0"