-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixi.toml
41 lines (38 loc) · 870 Bytes
/
pixi.toml
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
[project]
name = "mesa"
version = "0.1.0"
description = "Add a short description here"
authors = ["GondekNP <npg@berkeley.edu>"]
channels = ["main", "r", "msys2", "conda-forge"]
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
[tasks]
vegetation = "solara run vegetation/app.py"
[dependencies]
python = "3.11.*"
pytest = ">=7.4.4,<7.5"
black = ">=24.8.0,<24.9"
debugpy = "*"
ipython = "*"
python-dotenv = "*"
planetary-computer = "*"
pystac-client = "*"
scipy = "*"
numpy = "1.24.*"
pandas = "*"
stackstac = "*"
geopandas = "*"
rioxarray = "*"
networkx = "3.3"
matplotlib = "*"
typing-extensions = ">=4.12.0rc1"
sqlite = "*"
solara = "*"
pip = "*"
zarr = ">=2.13.3,<3"
xarray = ">=2024.11.0,<2025"
gcsfs = ">=2024.12.0,<2025"
imageio = ">=2.37.0,<3"
dill = ">=0.3.8,<0.4"
[pypi-dependencies]
mesa = { version = "==3.1.1" }
mesa-geo = { version = "==0.9.0" }