Skip to content

Commit 4ebf70a

Browse files
committed
restrict numpy versions to be compatible with NLTK
1 parent fd156b9 commit 4ebf70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pinecone-text"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Text utilities library by Pinecone.io"
55
authors = ["Pinecone.io"]
66
readme = "README.md"
@@ -14,7 +14,7 @@ sentence-transformers = { version = ">=2.0.0", optional = true }
1414
wget = "^3.2"
1515
mmh3 = "^3.1.0"
1616
nltk = "^3.6.5"
17-
numpy = "^1.21.5"
17+
numpy = ">=1.21.5,<=1.25.2"
1818
openai = { version = "^0.27.3", optional = true }
1919

2020
[tool.poetry.extras]

0 commit comments

Comments
 (0)