Skip to content

Commit

Permalink
forgot to commit latest version of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mromanello committed Apr 10, 2024
1 parent 54c7d83 commit 5ededfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def read(fname):
"stringdist"
],
extras_require = {
'HF': '',
'torch': ''
'huggingface': 'datasets',
'torch': 'torch'
}
long_description=read("README.md"),
long_description_content_type='text/markdown'
Expand Down

0 comments on commit 5ededfe

Please sign in to comment.