File: environment-docs.yml

package info (click to toggle)
kerchunk 0.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 135,172 kB
  • sloc: python: 6,477; makefile: 39
file content (35 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: test_env
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.12
  - dask
  - zarr
  - xarray>=2024.10.0
  - h5netcdf
  - h5py
  - pandas
  - cfgrib
  - cftime
  - astropy
  - requests
  - aiohttp
  - pytest-cov
  - pytest-subtests
  - fsspec
  - dask
  - scipy
  - s3fs
  - python-blosc
  - flake8
  - black
  - fastparquet
  - pip
  - pyopenssl
  - tifffile
  - netCDF4
  - sphinx
  - numpydoc
  - sphinx-rtd-theme
  - ujson