Skip to content

Commit 0c924b7

Browse files
committed
limit installation of pyarrow because latest version causes import error
1 parent a746fdb commit 0c924b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"datazets",
3838
"setgraphviz",
3939
"lingam",
40+
"pyarrow<20.0.0", # This is needed for pandas but the latest version results in a bug which can not import __version__
4041
]
4142

4243
[project.urls]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ipywidgets
2020
lingam
2121
datazets
2222
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

Comments
 (0)