From 64ec3d0784ba4cbca02faf5760e877906e9e7c5b Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 5 Jul 2021 00:05:08 +0200 Subject: Add new pl version and attr --- poetry.lock | 23 ++++++++++++++++++----- pyproject.toml | 3 ++- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0939061..6cdd467 100644 --- a/poetry.lock +++ b/poetry.lock @@ -110,6 +110,14 @@ category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +[[package]] +name = "attr" +version = "0.3.1" +description = "Simple decorator to set attributes of target function or class in a DRY way." +category = "main" +optional = false +python-versions = "*" + [[package]] name = "attrs" version = "21.2.0" @@ -1510,7 +1518,7 @@ six = ">=1.5" [[package]] name = "pytorch-lightning" -version = "1.3.7.post0" +version = "1.3.8" description = "PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate." category = "main" optional = false @@ -1520,7 +1528,8 @@ python-versions = ">=3.6" fsspec = {version = ">=2021.05.0,<2021.06.0 || >2021.06.0", extras = ["http"]} future = ">=0.17.1" numpy = ">=1.17.2" -packaging = "*" +packaging = ">=17.0" +pillow = "!=8.3.0" pyDeprecate = "0.3.0" PyYAML = ">=5.1,<=5.4.1" tensorboard = ">=2.2.0,<2.5.0 || >2.5.0" @@ -2069,7 +2078,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "205aa1ca9f91fdca0b355b9d17bc0664fd4203c7ad7085fe2238b8683182f578" +content-hash = "0ed184d8a3f5774de6cb4c03164fc81cbb097a7134fc1774fffcfeb2f2f81c9e" [metadata.files] absl-py = [ @@ -2166,6 +2175,10 @@ atomicwrites = [ {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"}, {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, ] +attr = [ + {file = "attr-0.3.1-py2-none-any.whl", hash = "sha256:0b1aaddb85bd9e9c4bd75092f4440d6616ff40b0df0437f00771871670f7c9fd"}, + {file = "attr-0.3.1.tar.gz", hash = "sha256:9091548058d17f132596e61fa7518e504f76b9a4c61ca7d86e1f96dbf7d4775d"}, +] attrs = [ {file = "attrs-21.2.0-py2.py3-none-any.whl", hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1"}, {file = "attrs-21.2.0.tar.gz", hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"}, @@ -3065,8 +3078,8 @@ python-dateutil = [ {file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"}, ] pytorch-lightning = [ - {file = "pytorch-lightning-1.3.7.post0.tar.gz", hash = "sha256:7790f9d7b0286571f7176074c52062760e8e8994c1875a53e75045319f28ecc2"}, - {file = "pytorch_lightning-1.3.7.post0-py3-none-any.whl", hash = "sha256:fd6da3ec36e57eb65c8a9c5e063409306bd35c7be4e6b06358cbbfeaa75b23fa"}, + {file = "pytorch-lightning-1.3.8.tar.gz", hash = "sha256:60b0a3e464d394864dae4c8d251afa7aa453644a19bb7672f5ee400343cdf7b0"}, + {file = "pytorch_lightning-1.3.8-py3-none-any.whl", hash = "sha256:f3ccd987d6df628e0339925239dcf20a787e2ce01310f3cab49a58218fe0357b"}, ] pytz = [ {file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"}, diff --git a/pyproject.toml b/pyproject.toml index 42c8e75..c1ba411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,12 +28,13 @@ omegaconf = "^2.0.2" einops = "^0.3.0" gtn = "^0.0.0" sentencepiece = "^0.1.95" -pytorch-lightning = "^1.3.5" +pytorch-lightning = "^1.3.8" Pillow = "^8.1.2" madgrad = "^1.0" editdistance = "^0.5.3" torchmetrics = "^0.2.0" hydra-core = "^1.0.6" +attr = "^0.3.1" [tool.poetry.dev-dependencies] pytest = "^5.4.2" -- cgit v1.2.3-70-g09d2