提交 52d0711b 编写于 作者: J jrzaurin

fixed docs for dataloaders and removed unnecessary dependencies

上级 5f87bd61
...@@ -8,4 +8,3 @@ Dataloaders ...@@ -8,4 +8,3 @@ Dataloaders
.. autoclass:: pytorch_widedeep.dataloaders.DataLoaderImbalanced .. autoclass:: pytorch_widedeep.dataloaders.DataLoaderImbalanced
:members: :members:
:undoc-members:
...@@ -64,9 +64,7 @@ setup_kwargs = { ...@@ -64,9 +64,7 @@ setup_kwargs = {
"torchvision", "torchvision",
"einops", "einops",
"wrapt", "wrapt",
"torchmetrics" "smart_open", "torchmetrics",
"thinc",
"typer",
], ],
"extras_require": extras, "extras_require": extras,
"python_requires": ">=3.6.0", "python_requires": ">=3.6.0",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册