summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-06 22:46:34 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-06 22:46:34 +0100
commit0f5c00a4acfe5a6c85130b0138d165b8fb616839 (patch)
treef96775d8a26362854217910080347264a16d1988 /pyproject.toml
parent8103ab92b9d8f1898164ded197d7ec60671e2aca (diff)
chore: add smart-open
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ce4a5c4..31f0345 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,6 +19,7 @@ hydra-core = "^1.1.1"
attr = "^0.3.1"
torch = "^1.10.1"
torchvision = "^0.11.2"
+smart-open = "^5.2.1"
[tool.poetry.dev-dependencies]
pytest = "^5.4.2"