We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca46edf commit 62925eeCopy full SHA for 62925ee
pyproject.toml
@@ -75,7 +75,7 @@ tiktoken = { version = "0.8.0", optional = true }
75
nltk = { version = "3.9.1", optional = true }
76
# This will ensure that even when you run poetry install or pip install, the compatible version of numpy will always be chosen.
77
# airbyte-ci will try to install latest version when --use-local-cdk is used, resulting in the conflict.
78
-numpy = "<2"
+numpy = "<3.0"
79
unstructured = { version = "0.10.27", extras = ["docx", "pptx"], optional = true }
80
"unstructured.pytesseract" = { version = ">=0.3.12", optional = true }
81
pyjwt = "^2.8.0"
0 commit comments