-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathenvironment.yml
67 lines (66 loc) · 1009 Bytes
/
environment.yml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This is lame, since we are pip installing pyIEM and want to have
# all its dependencies fullfilled by conda
dependencies:
- affine
- cartopy>=0.18
- codecov
- cython
- descartes
- fiona
# need to pin for comparables
- freetype>=2.10
- gdal
- geojson
- geopandas
# talk to google
- google-api-python-client
# util scripts
- httpx
- imagemagick
# templating
- jinja2
- matplotlib>=3.3.0
- metpy
- metar>=1.7.0
- mock
# needed for fiona?
- ncurses
- netCDF4
- numpy
- pandas
# geoplot usage
- pillow
- pint
- pip
- psycopg
# Transient via pyIEM
- pyarrow
# So much of other things here are redundant
- pyiem
# BUFR processing
- pybufrkit
# Models
- pydantic
# Used by wpc_ero_geojson
- pyogrio
# gini reader
- pyproj
- pytest
- pytest-cov
- pytest-mpl
- pytest-runner
# For testing
- pytest-twisted
- rasterstats
# interpolation
- scipy
# build
- setuptools
- setuptools_scm
- shapely
- sqlalchemy
- tqdm
# vtec_parser
- treq
- twisted
- xarray