-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpixi.toml
More file actions
75 lines (64 loc) · 1.45 KB
/
pixi.toml
File metadata and controls
75 lines (64 loc) · 1.45 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
66
67
68
69
70
71
72
73
74
75
[workspace]
channels = ["conda-forge"]
name = "mpas-analysis"
platforms = ["linux-64"]
[dependencies]
python = ">=3.10"
cartopy = ">=0.18.0"
cartopy_offlinedata = "*"
cmocean = "*"
dask = "*"
esmf = { version = ">=8.4.2,<9.0.0", build = "mpi_mpich_*" }
f90nml = "*"
geometric_features = ">=1.6.1"
gsw = "*"
lxml = "*"
mache = ">=1.11.0"
matplotlib-base = ">=3.9.0"
mpas_tools = ">=1.3.0,<2.0.0"
nco = ">=4.8.1,!=5.2.6"
netcdf4 = "*"
numpy = ">=2.0,<3.0"
pandas = "*"
pillow = ">=10.0.0,<13.0.0"
progressbar2 = "*"
pyproj = "*"
pyremap = ">=2.0.0,<3.0.0"
python-dateutil = "*"
requests = "*"
scipy = ">=1.7.0"
shapely = ">=2.0,<3.0"
tranche = ">=0.2.3"
xarray = ">=0.14.1"
[pypi-dependencies]
mpas-analysis = { path = ".", editable = true }
[feature.dev.dependencies]
pip = "*"
pytest = "*"
setuptools = ">=60"
[feature.docs.dependencies]
m2r2 = ">=0.3.3"
mistune = "<2"
mock = "*"
sphinx = "*"
sphinx_rtd_theme = "*"
tabulate = "*"
[feature.build.dependencies]
rattler-build = "*"
[feature.py310.dependencies]
python = "3.10.*"
[feature.py311.dependencies]
python = "3.11.*"
[feature.py312.dependencies]
python = "3.12.*"
[feature.py313.dependencies]
python = "3.13.*"
[feature.py314.dependencies]
python = "3.14.*"
[environments]
default = ["dev", "docs", "build"]
py310 = ["py310", "dev", "docs", "build"]
py311 = ["py311", "dev", "docs", "build"]
py312 = ["py312", "dev", "docs", "build"]
py313 = ["py313", "dev", "docs", "build"]
py314 = ["py314", "dev", "docs", "build"]