Skip to content

Commit 51297fc

Browse files
committed
requirements
1 parent 85ccc6c commit 51297fc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
numpy
22
h5py
33
tomli;python_version<"3.11"
4+
zarr
45

56
# dev
67

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"numpy",
1818
"h5py",
1919
"tomli; python_version < '3.11'",
20+
"zarr",
2021
],
2122
python_requires=">=3.9, <4.0",
2223
classifiers=[

0 commit comments

Comments
 (0)