Skip to content

Commit

Permalink
Restrict numpy version + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbanon authored Jul 26, 2024
1 parent 0361d46 commit 55b7596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastspell"
version = "0.11"
version = "0.11.1"
license = {file = "LICENSE"}
readme = "README.md"
description = "Targetted language identifier, based on FastText and Hunspell."
Expand All @@ -9,6 +9,7 @@ dependencies = [
"cyhunspell>=2.0.2, <=2.0.3",
"fastspell-dictionaries==3.2",
"fasttext-wheel==0.9.2",
"numpy<2",
"urllib3",
"PyYAML",
"regex",
Expand Down

0 comments on commit 55b7596

Please sign in to comment.