forked from SciTools/cartopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
38 lines (37 loc) · 718 Bytes
/
environment.yml
File metadata and controls
38 lines (37 loc) · 718 Bytes
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
# To set up a development environment using conda, run:
#
# conda env create -f environment.yml
# conda activate cartopy-dev
# pip install -e .
#
name: cartopy-dev
channels:
- conda-forge
dependencies:
- cython>=0.29.28
- numpy>=1.23
- shapely>=2.0
- pyshp>=2.3
- pyproj>=3.3.1
- packaging>=21
# The testing label has the proper version of freetype included
- conda-forge/label/testing::matplotlib-base>=3.6
# OWS
- owslib>=0.27
- pillow>=9.1
# Plotting
- scipy>=1.9
# Testing
- pytest
- pytest-mpl
- pytest-xdist
# Documentation
- pydata-sphinx-theme
- sphinx
- sphinx-copybutton
- sphinx-gallery
# Extras
- pre-commit
- pykdtree
- ruff
- setuptools_scm