Skip to content

Commit

Permalink
move dependencies to experimental option, document in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Srivastava committed Nov 10, 2023
1 parent 84f8204 commit 81fda3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/examples/nlp/wilds_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"- transform functions are very slow, on even moderate batch sizes\n",
"- detector design is not generalized, and may not work on streaming problems, or with data representations of different types/shapes\n",
"- some warnings below are not addressed\n",
"- if not present, `toolz`, `tensorflow`, and `transformers` must be added via the `experimental` install option, and are not included by default\n",
"\n",
"## Imports\n",
"\n",
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ install_requires =
pandas
scipy
scikit-learn

[options.extras_require]
experimental =
toolz
tensorflow
transformers

[options.extras_require]
wilds =
wilds
matplotlib
Expand Down

0 comments on commit 81fda3e

Please sign in to comment.