diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2020-06-03 23:50:13 +0200 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2020-06-03 23:50:13 +0200 |
commit | 04cbe33804dddba9f8eed6b930bf653a0473392a (patch) | |
tree | 265014a644c73d20d6db061fc2d27eacf00c86d6 /pyproject.toml | |
parent | ab9af6bdc3274455c7206027f1828c7a609bab11 (diff) |
EMNIST dataset working.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index f8cd8b4..a1eff2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,8 @@ toml = "^0.10.1" torch = "^1.5.0" torchvision = "^0.6.0" torchsummary = "^1.5.1" +loguru = "^0.5.0" +matplotlib = "^3.2.1" [tool.poetry.dev-dependencies] pytest = "^5.4.2" @@ -44,9 +46,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" [tool.coverage.report] fail_under = 50 +[tool.poetry.scripts] +download-emnist = "text_recognizer.datasets.emnist_dataset:download_emnist" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" |