Skip to content

Commit

Permalink
Use fasttext-wheel instead of fasttext (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinjdobler authored Nov 20, 2023
1 parent 1bf4e11 commit 4ee3454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ torch
transformers
datasets
entmax
fasttext
fasttext-wheel
fastdist
numba
scipy
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install_requires =
transformers>=4.0.0
datasets
entmax
fasttext
fasttext-wheel
fastdist
requests
numpy
Expand Down

0 comments on commit 4ee3454

Please sign in to comment.