-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
35 lines (31 loc) · 933 Bytes
/
Copy pathpixi.toml
File metadata and controls
35 lines (31 loc) · 933 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
[workspace]
authors = ["Marios Karampasis <marios.karampasis@uu.nl>"]
channels = ["conda-forge", "bioconda"]
description = "Initially created by JoerivanEngelen <joeri.vanengelen@deltares.nl, so that I can run imod_coupler. I then added more libs to be able to run WS_Mdl functions."
name = "pixi"
platforms = ["win-64"]
version = "0.2.0"
[tasks]
install = "pip install git+https://github.com/Deltares/imod_coupler.git@f262843#subdirectory=pre-processing"
[dependencies]
python = "3.13.*"
xugrid = "*"
filelock = "*"
geopandas = "*"
rioxarray = "*"
bottleneck = "*"
jupyter = "*"
pandamesh = "*"
pip = "*"
pytest = "*"
itables = ">=2.5.2,<3"
plotly = "*"
graphviz = ">=14.0.5,<15"
ibridges = ">=2.0.1,<3"
sfrmaker = "*"
xlsxwriter = ">=3.2.9,<4"
openpyxl = ">=3.1.5,<4" # imod = "==1.0.0.post1"
[pypi-dependencies]
snakemake = "*"
imod = { path = "./code/imod-python", editable = true }
WS_Mdl = { path = './', editable = true }