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 36 37 38
|
name: test_env
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.12
- dask
- zarr>=3.0.1
- xarray>=2024.10.0
- h5netcdf
- h5py
- pandas
- cfgrib
# Temporary workaround for #508
- eccodes <2.38
- ujson
- cftime
- astropy
- requests
- aiohttp
- pytest-cov
- pytest-subtests
- pytest-timeout
- gcsfs
- dask
- scipy
- s3fs
- python-blosc
- flake8
- fastparquet
- pyopenssl
- black
- pip
- tifffile
- rioxarray
- netCDF4
- pip:
- git+https://github.com/fsspec/filesystem_spec
|