diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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" |