Skip to content

Commit 31fe740

Browse files
Pin pandas to be less than 3.0.0 (#4382) (#4386)
(cherry picked from commit ac64a7f) Co-authored-by: Julia Dark <24235303+jp-dark@users.noreply.github.com>
1 parent b0f7e3d commit 31fe740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def run(self):
344344
"attrs>=22.2",
345345
"more-itertools",
346346
"numpy",
347-
"pandas",
347+
"pandas<3.0.0",
348348
"pyarrow",
349349
"scanpy>=1.9.2",
350350
"scipy",

0 commit comments

Comments
 (0)