-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
54 lines (43 loc) · 1.11 KB
/
Copy pathrequirements.txt
File metadata and controls
54 lines (43 loc) · 1.11 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
# MPASdiag Package Dependencies
#
# Lower bounds are kept in sync with pyproject.toml and are deliberately set above
# the newest known-vulnerable release of each security-relevant dependency
# (security audit findings MPAS-001/003).
# Core scientific computing
numpy>=1.22.0
scipy>=1.8.0
xarray>=0.19.0
pandas>=1.4.0
netCDF4>=1.6.0
h5netcdf>=1.1.0
dask>=2021.10.0
# Performance acceleration
numba>=0.55.0
llvmlite>=0.38.0
# Parallel processing
mpi4py>=3.1.0
# MPAS-specific libraries
uxarray>=2024.01.0
# Visualization libraries
# matplotlib capped <3.11: cartopy<=0.25.0 is incompatible with matplotlib 3.11
matplotlib>=3.5.0,<3.11
cartopy>=0.21.0
seaborn>=0.11.0
# Configuration and utilities
PyYAML>=6.0
psutil>=5.8.0
# Testing dependencies
pytest>=6.0
pytest-cov>=2.10
pytest-xdist>=2.5.0
pluggy>=1.0.0
coverage>=6.0
execnet>=1.9.0
# Optional performance libraries
# bottleneck>=1.3.0
# Optional plotting libraries
# plotly>=5.0.0
# Thermodynamic diagnostics (Skew-T / sounding features)
metpy>=1.4.0
# Regridding (conda-only — not available on PyPI for all Python versions)
# esmpy: conda install -c conda-forge esmpy