Skip to content

Commit

Permalink
use upstream fastext to avoid pybind11 error
Browse files Browse the repository at this point in the history
  • Loading branch information
inkrement authored Jul 19, 2023
1 parent 447ab95 commit 7bfacb6
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 @@ -11,7 +11,7 @@ repository = "https://github.com/inkrement/nade"
[tool.poetry.dependencies]
python = ">= 3.6"
pybind11 = ">= 2.0"
fasttext = ">= 0.9.0"
fasttext = {git = "https://github.com/cfculhane/fastText.git"}
numpy = ">= 1.19"
lightgbm = ">= 3.2"
pyarrow = ">= 6.0.1"
Expand Down

0 comments on commit 7bfacb6

Please sign in to comment.