24 lines
441 B
YAML
Executable File
24 lines
441 B
YAML
Executable File
# SPDX-FileCopyrightText: 2015-2023 Tanguy Fardet
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.8
|
|
- cartopy>=0.20
|
|
- pip
|
|
- pip:
|
|
- cython
|
|
- furo
|
|
- peewee
|
|
- numpy
|
|
- scipy
|
|
- pandas
|
|
- matplotlib
|
|
- sphinx-gallery
|
|
- sphinx-copybutton
|
|
- networkx>=2.4
|
|
- shapely
|
|
- dxfgrabber
|
|
- geopandas
|