Skip to content

Commit

Permalink
Merge pull request #86 from zwicker-group/zarr_version_limit
Browse files Browse the repository at this point in the history
Restrict zarr version to <3 in dependency files
  • Loading branch information
david-zwicker authored Jan 26, 2025
2 parents aa873a2 + d29c4d3 commit f9f8f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ all = [
"h5py>=3.5",
"pandas>=1.3",
"PyYAML>=5",
"zarr>=2",
"zarr>=2,<3",
]
test = [
"black>=19",
Expand Down
2 changes: 1 addition & 1 deletion requirements_full.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.txt
h5py>=3.5
pandas>=1.3
zarr>=2
zarr>=2,<3

0 comments on commit f9f8f93

Please sign in to comment.