We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
environment.yml
1 parent 417464c commit f504d31Copy full SHA for f504d31
environment.yml
@@ -0,0 +1,34 @@
1
+name: zappend
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ - python >=3.10
6
+ # Library Dependencies
7
+ - click
8
+ - dask
9
+ - fsspec
10
+ - jsonschema
11
+ - numcodecs
12
+ - numpy
13
+ - pyyaml
14
+ - xarray
15
+ - zarr >=2.18,!=3.0.0,!=3.0.1
16
+ # Dev Dependencies
17
+ - isort
18
+ - pytest
19
+ - pytest-cov
20
+ - ruff
21
+ # Doc Dependencies
22
+ - mkdocs
23
+ - mkdocs-autorefs
24
+ - mkdocs-material
25
+ - mkdocstrings
26
+ - mkdocstrings-python
27
+ # Testing Datasets
28
29
+ - pandas
30
+ - pyproj
31
+ - netcdf4
32
+ - h5netcdf
33
+ - s3fs
34
+ - scipy
0 commit comments