diff --git a/poetry.lock b/poetry.lock index 7409082..9a6435a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -3095,14 +3095,14 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [[package]] name = "wandb" -version = "0.15.0" +version = "0.15.3" 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.15.0-py3-none-any.whl", hash = "sha256:d828e2972fdd647b844b62aea30b6bbf09de8bb1ec3eca2f504fc9ab4dc67bf3"}, - {file = "wandb-0.15.0.tar.gz", hash = "sha256:b896d4043b45407d09a43ba5348da0b1b9f425a2591f45307f633d3b88d26ebf"}, + {file = "wandb-0.15.3-py3-none-any.whl", hash = "sha256:f9e0b8cd53a3564dc8e54967c251860bd023f0ee2a450c4407fe97f771dcfa9e"}, + {file = "wandb-0.15.3.tar.gz", hash = "sha256:f9325901e0dff8e9a471d4a3e2102aa7bc26c7171afaf21a978ffb2cc7df4b3c"}, ] [package.dependencies] @@ -3122,7 +3122,7 @@ setuptools = "*" [package.extras] async = ["httpx (>=0.22.0)"] aws = ["boto3"] -azure = ["azure-storage-blob"] +azure = ["azure-identity", "azure-storage-blob"] gcp = ["google-cloud-storage"] grpc = ["grpcio (>=1.27.2)"] kubeflow = ["google-cloud-storage", "kubernetes", "minio", "sh"] @@ -3362,4 +3362,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e6655d137124bb7306b430b656a001b94cc322a5e9651c4d3ba6e9a560463a10" +content-hash = "92efe5cca2040450c87644701d4a20342341b1c9d1c1ba8585ec275cdafbc99d" diff --git a/pyproject.toml b/pyproject.toml index 4356f18..d34c6f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ lightning = "2.0.0" hydra-core = "1.3.2" hydra-colorlog = "1.2.0" hydra-optuna-sweeper = "1.2.0" -wandb = "0.15.0" +wandb = "0.15.3" pyrootutils = "^1.0.4" pre-commit = "^3.2.2" rich = "^13.3.4"