Skip to content

Commit

Permalink
chore: Pin numpy <2 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Jun 17, 2024
1 parent e071c84 commit 35c535a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastembed"
version = "0.3.0"
version = "0.3.1"
description = "Fast, light, accurate library built for retrieval embedding generation"
authors = ["Qdrant Team <[email protected]>", "NirantK <[email protected]>"]
license = "Apache License"
Expand All @@ -20,8 +20,8 @@ tokenizers = ">=0.15,<1.0"
huggingface-hub = ">=0.20,<1.0"
loguru = "^0.7.2"
numpy = [
{ version = ">=1.21", python = "<3.12" },
{ version = ">=1.26", python = ">=3.12" }
{ version = ">=1.21, <2", python = "<3.12" },
{ version = ">=1.26, <2", python = ">=3.12" }
]
pillow = "^10.3.0"
snowballstemmer = "^2.2.0"
Expand Down

0 comments on commit 35c535a

Please sign in to comment.