forked from blaylockbk/Herbie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
65 lines (59 loc) · 1.15 KB
/
Copy pathenvironment.yml
File metadata and controls
65 lines (59 loc) · 1.15 KB
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
name: herbie
channels:
- conda-forge
dependencies:
- python=3.9
- pip
- git
- curl
#- wgrib2 # ONLY AVAILABLE ON LINUX. Comment if not using Linux.
# Tools
# -----
- cartopy
- cfgrib
- geopandas
- h5py
- jupyter
- jupyterlab
- matplotlib
- metpy
- netcdf4
- numpy
- pandas
- pygrib
- pylint
- pyproj
- requests
- s3fs
- scipy
- toml
- xarray
- zarr
# Formatter
# ---------
- black
- jupyterlab_code_formatter
- isort
# Testing
# -------
- pytest
# Documentation
# -------------
- sphinx
- nbsphinx
- pydata-sphinx-theme # PyData Sphinx Theme (i.e, Numpy, Pandas, MetPy)
- sphinx-panels # Add bootstrap elements to Sphinx
- recommonmark
- sphinx-markdown-tables
- autodocsumm
- sphinx-autosummary-accessors # pandas and xarray accessor docs
- latexmk
- myst-parser
- linkify-it-py
- pip:
# Development Version from GitHub
- git+https://github.com/blaylockbk/Herbie.git
# *or* the latest release from PyPI
#- herbie-data # Release Version
# Borrow some tools from my garage
- git+https://github.com/blaylockbk/Carpenter_Workshop.git