diff --git a/pyproject.toml b/pyproject.toml index 39bc5bea..24648024 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 = ">=4.2.1" +ipython = ">=9.1.0" [tool.pixi.feature.dev.tasks] ipython = { cmd = "ipython" }