From afb993049aad2d43088cbb6e8fcc179d01359209 Mon Sep 17 00:00:00 2001 From: Philip May Date: Fri, 8 Dec 2023 11:51:25 +0100 Subject: [PATCH] Add missing dependencies for FastText. #102 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ea61cd..7eba875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]