Skip to content

Commit

Permalink
Add missing dependencies for FastText. #102
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Dec 8, 2023
1 parent 4bee40d commit afb9930
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 @@ -74,7 +74,7 @@ joblib = {version = "*", optional = true}

[tool.poetry.extras]
files = ["platformdirs", "scikit-learn"]
fasttext = ["fasttext-wheel"]
fasttext = ["fasttext-wheel", "platformdirs", "scikit-learn"]
data = ["platformdirs", "scikit-learn", "pandas", "beautifulsoup4", "joblib"]
optuna = ["optuna"]
plot = ["matplotlib"]
Expand Down

0 comments on commit afb9930

Please sign in to comment.