Skip to content

Commit 5ededfe

Browse files
author
Matteo Romanello
committed
forgot to commit latest version of setup.py
1 parent 54c7d83 commit 5ededfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def read(fname):
2424
"stringdist"
2525
],
2626
extras_require = {
27-
'HF': '',
28-
'torch': ''
27+
'huggingface': 'datasets',
28+
'torch': 'torch'
2929
}
3030
long_description=read("README.md"),
3131
long_description_content_type='text/markdown'

0 commit comments

Comments
 (0)