diff --git a/pixi.toml b/pixi.toml index 1fb161294..5d0c37dea 100644 --- a/pixi.toml +++ b/pixi.toml @@ -168,26 +168,26 @@ install-ci = { depends_on = [ [dependencies] geopandas = "*" hatchling = "*" -ipykernel = "*" -ipywidgets = "*" +ipykernel = ">=6.29" +ipywidgets = ">=8.1.3,<8.2" jinja2 = "*" matplotlib = "*" minio = "*" netcdf4 = "*" -networkx = "*" +networkx = ">=3.3" numpy = "*" pandas = "*" pandas-stubs = "*" -pandera = "*" +pandera = ">=0.20" pip = "*" pyarrow = "*" -pydantic = "*" +pydantic = ">=2" pyogrio = "*" pytest = "*" pytest-cov = "*" pytest-xdist = "*" -python = "*" -shapely = "*" +python = ">=3.10" +shapely = ">=2.0" teamcity-messages = "*" tomli = "*" tomli-w = "*"