diff --git a/pyproject.toml b/pyproject.toml index 72bc1ed5..b83bcb6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ docs = { cmd = "sphinx-build -E -W . build/", cwd = "docs" } open-docs = { cmd = "open build/index.html", cwd = "docs", depends-on = ["docs"] } [tool.pixi.feature.dev.dependencies] -ipython = ">=7.33.0" +ipython = ">=9.0.2" [tool.pixi.feature.dev.tasks] ipython = { cmd = "ipython" }