Skip to content

Commit

Permalink
Minimal env
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Mar 22, 2024
1 parent f43010b commit aa5174e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,25 +142,31 @@ ribasim-core-testmodels = { cmd = "julia --project utils/testmodelrun.jl", depen
github-release = "python utils/github-release.py"

[dependencies]
build = "*"
geopandas = "*"
matplotlib = "*"
numpy = "*"
pandas = "==2.1.4" # Avoid excessive deprecation warnings from pandera (#984)
pandera = "*"
pyarrow = "*"
pydantic = ">=2"
pyogrio = "*"
shapely = ">=2.0"
tomli = "*"
tomli-w = "*"

[feature.dev.dependencies]
build = "*"
gh = "*"
hatchling = "*"
juliaup = "*"
jupyterlab = "*"
libgdal-arrow-parquet = "*"
matplotlib = "*"
mypy = "*"
netCDF4 = "*"
pandas = "==2.1.4" # Avoid excessive deprecation warnings from pandera (#984)
pandas-stubs = "*"
pandera = "*"
pip = "*"
platformdirs = "*"
pre-commit = "*"
pyarrow = "*"
pydantic = ">=2"
pyogrio = "*"
pyqt-stubs = "*"
pytest = "*"
pytest-cov = "*"
Expand All @@ -171,9 +177,6 @@ qgis-plugin-manager = "*"
quarto = "*"
quartodoc = "*"
ruff = "*"
shapely = ">=2.0"
tomli = "*"
tomli-w = "*"
twine = "*"
typing-extensions = ">=4.6"
xarray = "*"
Expand Down

0 comments on commit aa5174e

Please sign in to comment.