-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathenvironment.yml
More file actions
46 lines (43 loc) · 826 Bytes
/
environment.yml
File metadata and controls
46 lines (43 loc) · 826 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
39
40
41
42
43
44
45
46
name: synoptic2
channels:
- conda-forge
dependencies:
- python=3.13
- pip
- git
- nodejs
# Tools
# -----
- altair
- cartopy
- great_tables
- jupyter
- matplotlib
- metpy
- numpy
- pandas
- polars
- pyarrow
- requests
- scikit-image # To plot NASA Worldview images from herbie.toolbox.EasyMap
- seaborn
# Formatter and Testing
# ---------------------
- ruff
- isort
- pytest
- pytest-cov
# Documentation
# -------------
#- esbonio
#- 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