Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix): correct h5py version
Browse files Browse the repository at this point in the history
ilan-gold committed Jan 29, 2025
1 parent 2e53c19 commit 51c26a4
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
@@ -42,7 +42,7 @@ dependencies = [
"numpy>=1.25",
# https://github.com/scverse/anndata/issues/1434
"scipy >1.11",
"h5py>=3.6",
"h5py>=3.7",
"exceptiongroup; python_version<'3.11'",
"natsort",
"packaging>=24.2",

0 comments on commit 51c26a4

Please sign in to comment.