Skip to content

Commit

Permalink
Use fasttext-wheel
Browse files Browse the repository at this point in the history
PyPi does not allow git repos as dependencies and fasttext-wheel now
also includes source distribution. So it can be compiled if wheel does
not exist for the needed distribution.
  • Loading branch information
ZJaume committed May 5, 2023
1 parent 995e05f commit 37b41f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.8"
dependencies = [
"cyhunspell>=2.0.2, <=2.0.3",
"fastspell-dictionaries==3.0",
"fasttext @ git+https://github.com/bitextor/fastText",
"fasttext-wheel==0.9.2",
"urllib3",
"PyYAML",
]
Expand Down

0 comments on commit 37b41f6

Please sign in to comment.