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 a746fdb commit 0c924b7Copy full SHA for 0c924b7
pyproject.toml
@@ -37,6 +37,7 @@ dependencies = [
37
"datazets",
38
"setgraphviz",
39
"lingam",
40
+ "pyarrow<20.0.0", # This is needed for pandas but the latest version results in a bug which can not import __version__
41
]
42
43
[project.urls]
requirements.txt
@@ -20,3 +20,4 @@ ipywidgets
20
lingam
21
datazets
22
setgraphviz
23
+pyarrow<20.0.0 # This is needed for pandas but the latest version results in a bug which can not import __version__
0 commit comments