File: environment.yml

package info (click to toggle)
python-rioxarray 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,480 kB
  • sloc: python: 8,247; makefile: 89
file content (17 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration file for creating a Conda Environment with dependencies needed for rioxarray.
# Create the environment by running the following command (after installing Miniconda):
#   $ conda env create -f environment.yml

name: rioxarray
channels:
- conda-forge
dependencies:
- python=3.12  # To align with pre-commit requirements
- rasterio
- libgdal-netcdf
- libgdal-hdf4
- libgdal-hdf5
- scipy
- xarray
- netcdf4
- dask