diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 09825aa..2c2602f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ keywords = ["text recognizer, deep learning, pytorch"] [tool.poetry.dependencies] python = "^3.7" click = "^7.1.2" -wandb = "^0.8.36" flake8-annotations = "^2.1.0" flake8-docstrings = "^1.5.0" darglint = "^1.3.1" @@ -28,8 +27,10 @@ torchvision = "^0.6.0" torchsummary = "^1.5.1" loguru = "^0.5.0" matplotlib = "^3.2.1" -opencv-python = "^4.2.0" tqdm = "^4.46.1" +pytest = "^5.4.3" +opencv-python = "^4.3.0" +nltk = "^3.5" [tool.poetry.dev-dependencies] pytest = "^5.4.2" @@ -51,6 +52,7 @@ sphinx = "^3.0.4" jupyter = "^1.0.0" gpustat = "^0.6.0" redlock-py = "^1.0.8" +wandb = "^0.9.4" [tool.coverage.report] fail_under = 50 |