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 26abf0e commit 089a040Copy full SHA for 089a040
1 file changed
setup.py
@@ -130,6 +130,7 @@ def run(self):
130
"configparser",
131
"diskcache",
132
"feather-format",
133
+ "pyarrow <=20", # needed by feather-format. v21 breaks with setuptools v65.5
134
"genomepy >=0.14.0",
135
# "ipywidgets",
136
"iteround",
0 commit comments