diff --git a/poetry.lock b/poetry.lock index 7409082..01a7def 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.4" 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.4-py3-none-any.whl", hash = "sha256:9018565177e1be14d7d0dd470c583206031c6027c32a98c57fa3bb83955143d7"}, + {file = "wandb-0.15.4.tar.gz", hash = "sha256:472daaaa1a4e29a46407a85fd77aadb724c91d87dfe2c37cd82ef77be2257011"}, ] [package.dependencies] @@ -3122,11 +3122,11 @@ 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"] -launch = ["awscli", "boto3", "botocore", "chardet", "google-auth", "google-cloud-artifact-registry", "google-cloud-compute", "google-cloud-storage", "iso8601", "kubernetes", "nbconvert", "nbformat", "typing-extensions"] +launch = ["awscli", "boto3", "botocore", "chardet", "google-auth", "google-cloud-artifact-registry", "google-cloud-compute", "google-cloud-storage", "iso8601", "kubernetes", "nbconvert", "nbformat", "optuna", "typing-extensions"] media = ["bokeh", "moviepy", "numpy", "pillow", "plotly", "rdkit-pypi", "soundfile"] models = ["cloudpickle"] sweeps = ["sweeps (>=0.2.0)"] @@ -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 = "3e61df282b8299203d0d15b74f34f56a7a6812e17147182ac4539d8670b6b4d7" diff --git a/pyproject.toml b/pyproject.toml index 4356f18..0765f25 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.4" pyrootutils = "^1.0.4" pre-commit = "^3.2.2" rich = "^13.3.4"