File: environment.yaml

package info (click to toggle)
python-polsarpro 2026.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 17,592 kB
  • sloc: python: 2,792; xml: 293; sh: 91; javascript: 18; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: psp
channels:
  # - defaults
  - conda-forge
dependencies:
  - python=3.12
  - pytest
  - gdal
  - rasterio
  - pip
  - geopandas
  - pandas
  - ipykernel
  - black
  - xarray
  - netcdf4
  - rioxarray
  - dask
  - bottleneck
  - jupyter
  - zarr
  - pyyaml