summaryrefslogtreecommitdiff
path: root/poetry.lock
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-04-22 08:15:58 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-04-22 08:15:58 +0200
commit1ca8b0b9e0613c1e02f6a5d8b49e20c4d6916412 (patch)
tree5e610ac459c9b254f8826e92372346f01f8e2412 /poetry.lock
parentffa4be4bf4e3758e01d52a9c1f354a05a90b93de (diff)
Fixed training script, able to train vqvae
Diffstat (limited to 'poetry.lock')
-rw-r--r--poetry.lock19
1 files changed, 10 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock
index 3e5fcdf..a8034e7 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -465,11 +465,11 @@ flake8 = "*"
[[package]]
name = "fsspec"
-version = "0.8.7"
+version = "2021.4.0"
description = "File-system specification"
category = "main"
optional = false
-python-versions = ">3.6"
+python-versions = ">=3.6"
[package.dependencies]
aiohttp = {version = "*", optional = true, markers = "extra == \"http\""}
@@ -480,11 +480,12 @@ abfs = ["adlfs"]
adl = ["adlfs"]
dask = ["dask", "distributed"]
dropbox = ["dropboxdrivefs", "requests", "dropbox"]
+entrypoints = ["importlib-metadata"]
gcs = ["gcsfs"]
git = ["pygit2"]
github = ["requests"]
gs = ["gcsfs"]
-hdfs = ["pyarrow"]
+hdfs = ["pyarrow (>=1)"]
http = ["requests", "aiohttp"]
s3 = ["s3fs"]
sftp = ["paramiko"]
@@ -2085,7 +2086,7 @@ brotli = ["brotlipy (>=0.6.0)"]
[[package]]
name = "wandb"
-version = "0.10.24"
+version = "0.10.27"
description = "A CLI and library for interacting with the Weights and Biases API."
category = "main"
optional = false
@@ -2196,7 +2197,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
-content-hash = "478242efb3644e920eb8bce6710d1f0d4548635b0e8c9f758f665814af7f8300"
+content-hash = "07d5f14d7c55a961ce1841ecd125c0f7c83d5649cc118fcae2ed3b58347ca8c2"
[metadata.files]
absl-py = [
@@ -2535,8 +2536,8 @@ flake8-polyfill = [
{file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"},
]
fsspec = [
- {file = "fsspec-0.8.7-py3-none-any.whl", hash = "sha256:65dbf8244a3a3d23342109925f9f588c7551b2b01a5f47e555043b17e2b32d62"},
- {file = "fsspec-0.8.7.tar.gz", hash = "sha256:4b11557a90ac637089b10afa4c77adf42080c0696f6f2771c41ce92d73c41432"},
+ {file = "fsspec-2021.4.0-py3-none-any.whl", hash = "sha256:70dae1d8d51072c4a1196acb9ba1bf8f5b9cdd83c4bb67e8a31dac604a49594b"},
+ {file = "fsspec-2021.4.0.tar.gz", hash = "sha256:8b1a69884855d1a8c038574292e8b861894c3373282d9a469697a2b41d5289a6"},
]
future = [
{file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
@@ -3634,8 +3635,8 @@ urllib3 = [
{file = "urllib3-1.26.4.tar.gz", hash = "sha256:e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937"},
]
wandb = [
- {file = "wandb-0.10.24-py2.py3-none-any.whl", hash = "sha256:3933e8d8da2b8c47b2a8d1db19f6245b8c91925a08eb94ec80df7512c3b7e3be"},
- {file = "wandb-0.10.24.tar.gz", hash = "sha256:1446b0ef0d0860fc993f710d108de2a507a9694e6eb2f21b5c2c7e71dd534829"},
+ {file = "wandb-0.10.27-py2.py3-none-any.whl", hash = "sha256:f591bb9d5c402ec5c12bd823db913d49ac31e4068f2c35c50b6f13e4fcd717b4"},
+ {file = "wandb-0.10.27.tar.gz", hash = "sha256:1b6d3bbfd644183bbd79a02ff9e57e65a8a4f7c9b770af0d3c4f961ae6d7fc73"},
]
wcwidth = [
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},