Skip to content

Commit

Permalink
Revert "Force requirement of numpy 2"
Browse files Browse the repository at this point in the history
This reverts commit d15e9c6.
  • Loading branch information
jdblischak committed Jan 22, 2025
1 parent d15e9c6 commit c02526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/cellxgene_census/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies= [
# Make sure this version does not fall behind the builder's tiledbsoma version.
"tiledbsoma>=1.12.3,!=1.14.1",
"anndata",
"numpy==2",
"numpy>=1.23,<3.0",
"requests",
"typing_extensions",
"s3fs>=2021.06.1",
Expand Down

0 comments on commit c02526d

Please sign in to comment.