Skip to content

Commit

Permalink
⬆️ add pandas 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
buettnerm committed May 20, 2024
1 parent 2b5d47e commit 835c036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires-python = '>= 3.9'
dependencies = [
"numpy>=1.20.0",
"numba>=0.57",
"pandas<2.0.0,>=1.5.3",
"pandas>1.5.3",
"anndata",
"scanpy",
"scipy",
Expand Down

0 comments on commit 835c036

Please sign in to comment.