diff --git a/pyproject.toml b/pyproject.toml index 64b63e8..9c8f083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" description = "Targetted language identifier, based on FastText and Hunspell." requires-python = ">=3.8" dependencies = [ - cyhunspell>=2.0.2, <=2.0.3", + "cyhunspell>=2.0.2, <=2.0.3", "fastspell-dictionaries==3.0", "fasttext==0.9.2", "urllib3",