Skip to content

Commit 62925ee

Browse files
committed
widen numpy version
1 parent ca46edf commit 62925ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tiktoken = { version = "0.8.0", optional = true }
7575
nltk = { version = "3.9.1", optional = true }
7676
# This will ensure that even when you run poetry install or pip install, the compatible version of numpy will always be chosen.
7777
# airbyte-ci will try to install latest version when --use-local-cdk is used, resulting in the conflict.
78-
numpy = "<2"
78+
numpy = "<3.0"
7979
unstructured = { version = "0.10.27", extras = ["docx", "pptx"], optional = true }
8080
"unstructured.pytesseract" = { version = ">=0.3.12", optional = true }
8181
pyjwt = "^2.8.0"

0 commit comments

Comments
 (0)