Skip to content

Commit

Permalink
⬆️ Add a lower bound for pandas (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd authored Dec 2, 2024
1 parent 1fd9d1c commit 1b8f66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"pyarrow",
"typing_extensions!=4.6.0",
"python-dateutil",
"pandas>=2.0.0", # for .infer_objects(copy=False) in lamin-utils
"anndata>=0.8.0,<=0.11.1", # will upgrade to new anndata releases
"fsspec",
"graphviz",
Expand Down

0 comments on commit 1b8f66d

Please sign in to comment.