From 2caa93b927a889194c54dc2b3347e599c9221c7e Mon Sep 17 00:00:00 2001 From: Jordao Bragantini Date: Tue, 7 Jan 2025 13:50:05 -0800 Subject: [PATCH] fixing pixi mip dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dcfc2a9..a1a435b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,6 @@ httpx = ">= 0.26.0" imagecodecs = ">=2023.3.16" imageio = ">=2.28.0" magicgui = ">=0.7.2" -# mip = ">=1.16.0" # TODO: change to python-mip for OSX is released and when available in conda-forge napari = ">=0.4.18" numba = {version = ">=0.57.0", channel = "numba"} ome-zarr = ">= 0.9" @@ -136,11 +135,12 @@ filterwarnings = [ [tool.pixi.pypi-dependencies] ultrack = { path = ".", editable = true } +mip = ">=1.16.0rc0" [tool.pixi.environments] default = { solve-group = "default" } cuda = { features = ["cuda"] } -docs = { features = ["docs"], solve-group = "default" } +# docs = { features = ["docs"]} # Current dependencies aren't compatible with pixi test = { features = ["test"], solve-group = "default" } [tool.pixi.tasks]