diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6f050c9..33c7287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,14 +10,8 @@ repository = "https://github.com/aktersnurra/text-recognizer" keywords = ["text recognizer, deep learning, pytorch"] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" click = "^7.1.2" -flake8-annotations = "^2.1.0" -flake8-docstrings = "^1.5.0" -darglint = "^1.3.1" -marshmallow = "^3.6.0" -sphinx-autodoc-typehints = "^1.10.3" -sphinx_rtd_theme = "^0.4.3" boltons = "^20.1.0" h5py = "^3.2.1" toml = "^0.10.1" @@ -32,11 +26,10 @@ nltk = "^3.5" torch-summary = "^1.4.2" defusedxml = "^0.6.0" omegaconf = "^2.0.2" -wandb = "^0.10.28" einops = "^0.3.0" gtn = "^0.0.0" sentencepiece = "^0.1.95" -pytorch-lightning = "^1.2.4" +pytorch-lightning = "^1.3.1" Pillow = "^8.1.2" madgrad = "^1.0" editdistance = "^0.5.3" @@ -60,12 +53,12 @@ pytype = {version = "^2020.5.13", python = "3.7"} typeguard = "^2.7.1" xdoctest = "^0.12.0" sphinx = "^3.0.4" -jupyter = "^1.0.0" -gpustat = "^0.6.0" -redlock-py = "^1.0.8" -wandb = "^0.10.11" -graphviz = "^0.16" +wandb = "^0.10.30" scipy = "^1.6.1" +flake8-annotations = "^2.6.2" +flake8-docstrings = "^1.6.0" +darglint = "^1.8.0" +jupyterlab = "^3.0.15" [tool.coverage.report] fail_under = 50 |