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 93c13f8 commit 72bdd59Copy full SHA for 72bdd59
pyproject.toml
@@ -50,15 +50,15 @@ sparql = [
50
]
51
opencypher = ["requests>=2.0.0,<3"]
52
opensearch = [
53
- "opensearch-py>=2.0.0,<3",
+ "opensearch-py>=2.0.0,<4",
54
"jsonpath-ng>=1.5.3,<2",
55
"requests-aws4auth>=1.1.1,<2",
56
57
openpyxl = ["openpyxl>=3.0.0,<4"]
58
progressbar = ["progressbar2>=4.0.0,<5"]
59
-deltalake = ["deltalake>=0.18.0,<1.1.0"]
+deltalake = ["deltalake>=0.18.0,<1.2.0"]
60
geopandas = ["geopandas>=1.0.0,<2"]
61
-modin = ["modin>=0.31,<0.34"]
+modin = ["modin>=0.31,<0.35"]
62
ray = ["ray[default, data]>=2.45.0,<3"]
63
64
[project.urls]
0 commit comments