Skip to content

Commit 089a040

Browse files
committed
pin pyarrow on pypi
1 parent 26abf0e commit 089a040

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def run(self):
130130
"configparser",
131131
"diskcache",
132132
"feather-format",
133+
"pyarrow <=20", # needed by feather-format. v21 breaks with setuptools v65.5
133134
"genomepy >=0.14.0",
134135
# "ipywidgets",
135136
"iteround",

0 commit comments

Comments
 (0)