diff --git a/pixi.toml b/pixi.toml index 7404189..60f6537 100644 --- a/pixi.toml +++ b/pixi.toml @@ -19,27 +19,27 @@ platforms = [ repository = "https://github.com/RUB-EP1/amplitude-serialization" [dependencies] -black = ">=24.4.2,<24.5" +black = "*" ipykernel = "*" -ipywidgets = ">=8.1.2,<8.2" -isort = ">=5.13.2,<5.14" +ipywidgets = "*" +isort = "*" juliaup = "*" jupyter-cache = "*" -jupyterlab = ">=4.2.1,<4.3" -jupyterlab-git = ">=0.50.0,<0.51" -jupyterlab-lsp = ">=5.1.0,<5.2" -jupyterlab_code_formatter = ">=2.2.1,<2.3" -matplotlib = ">=3.8.4,<3.9" +jupyterlab = ">=4" +jupyterlab-git = "*" +jupyterlab-lsp = "*" +jupyterlab_code_formatter = "*" +matplotlib = "*" nbclient = "*" nbformat = "*" -pandas = ">=2.2.2,<2.3" +pandas = "*" pre-commit = "*" python = ">=3.8.0" -python-lsp-ruff = ">=2.2.0,<2.3" -python-lsp-server = ">=1.11.0,<1.12" +python-lsp-ruff = "*" +python-lsp-server = "*" quarto = "*" -rope = ">=1.13.0,<1.14" -ruff = ">=0.4.5,<0.5" +rope = "*" +ruff = "*" [pypi-dependencies] ampform-dpd = {version = "==0.2.1rc0"}