diff --git a/poetry.lock b/poetry.lock index 49d3371..2388981 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1496,27 +1496,27 @@ mpmath = ">=0.19" [[package]] name = "tensorboard" -version = "2.13.0" +version = "2.15.0" description = "TensorBoard lets you watch Tensors Flow" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "tensorboard-2.13.0-py3-none-any.whl", hash = "sha256:ab69961ebddbddc83f5fa2ff9233572bdad5b883778c35e4fe94bf1798bd8481"}, + {file = "tensorboard-2.15.0-py3-none-any.whl", hash = "sha256:c05b4d02a3a9fd4bd6c25265087d52b49b790a871ddf98f4fb32fe97cbbc7ad0"}, ] [package.dependencies] absl-py = ">=0.4" google-auth = ">=1.6.3,<3" -google-auth-oauthlib = ">=0.5,<1.1" +google-auth-oauthlib = ">=0.5,<2" grpcio = ">=1.48.2" markdown = ">=2.6.8" numpy = ">=1.12.0" -protobuf = ">=3.19.6" +protobuf = ">=3.19.6,<4.24" requests = ">=2.21.0,<3" setuptools = ">=41.0.0" +six = ">1.9" tensorboard-data-server = ">=0.7.0,<0.8.0" werkzeug = ">=1.0.1" -wheel = ">=0.26" [[package]] name = "tensorboard-data-server" @@ -1638,21 +1638,7 @@ MarkupSafe = ">=2.1.1" [package.extras] watchdog = ["watchdog (>=2.3)"] -[[package]] -name = "wheel" -version = "0.40.0" -description = "A built-package format for Python" -optional = false -python-versions = ">=3.7" -files = [ - {file = "wheel-0.40.0-py3-none-any.whl", hash = "sha256:d236b20e7cb522daf2390fa84c55eea81c5c30190f90f29ae2ca1ad8355bf247"}, - {file = "wheel-0.40.0.tar.gz", hash = "sha256:cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873"}, -] - -[package.extras] -test = ["pytest (>=6.0.0)"] - [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "cbde22829a457658bd7ab5338f36c2b2056b31701c6a55b701c3b5948a9071b6" +content-hash = "da83c3d2eba8b84b367940b8af4581799db12d3b18942f26689f05f6e673b3ee" diff --git a/pyproject.toml b/pyproject.toml index 7fb14bb..1f61716 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ numpy = "^1.26.0" psutil = "^5.9.5" pyprind = "^2.11.3" tqdm = "^4.66.1" -tensorboard = "^2.13.0" +tensorboard = "^2.15.0" moviepy = "^1.0.3" atari-py = "^0.2.9" dm-control = "^1.0.14"