diff --git a/poetry.lock b/poetry.lock index ee4556d..0b94ab9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1489,12 +1489,12 @@ mpmath = ">=0.19" [[package]] name = "tensorboard" -version = "2.13.0" +version = "2.14.1" 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.14.1-py3-none-any.whl", hash = "sha256:3db108fb58f023b6439880e177743c5f1e703e9eeb5fb7d597871f949f85fd58"}, ] [package.dependencies] @@ -1507,9 +1507,9 @@ numpy = ">=1.12.0" protobuf = ">=3.19.6" 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" @@ -1631,21 +1631,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 = "163b8c1bcb7a4f9e467718769d18e17957add083fab158f6f55f33db0f711175" +content-hash = "112ef4c114a64d81a72e0d438f326fbd31a0f791dad47bab42510ac7e3352709" diff --git a/pyproject.toml b/pyproject.toml index 2b85f7c..a8566f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ numpy = "^1.25.2" psutil = "^5.9.5" pyprind = "^2.11.3" tqdm = "^4.66.1" -tensorboard = "^2.13.0" +tensorboard = "^2.14.1" moviepy = "^1.0.3" atari-py = "^0.2.9" dm-control = "^1.0.14"