Skip to content

Commit f4b6d2d

Browse files
chore: add ipython to dev deps
1 parent 2b0883a commit f4b6d2d

File tree

2 files changed

+192
-1
lines changed

2 files changed

+192
-1
lines changed

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,26 @@ dependencies = []
1111
ascend-tools = "ascend_tools:main"
1212

1313
[dependency-groups]
14-
dev = ["maturin>=1.0,<2.0", "ruff>=0.9", "pytest>=8"]
14+
dev = [
15+
"maturin>=1.0,<2.0",
16+
"ruff>=0.9",
17+
"pytest>=8",
18+
"ipython>=9.10.0",
19+
]
1520

1621
[tool.maturin]
1722
module-name = "ascend_tools.core"
1823
python-packages = ["ascend_tools"]
1924
python-source = "src"
2025
manifest-path = "src/ascend_tools/ascend-tools-py/Cargo.toml"
2126

27+
[[tool.uv.index]]
28+
url = "https://pypi.org/simple/"
29+
30+
[[tool.uv.index]]
31+
url = "https://us-python.pkg.dev/ascend-io-ops-artifacts/private-pypi/simple"
32+
default = true
33+
2234
[build-system]
2335
requires = ["maturin>=1.0,<2.0"]
2436
build-backend = "maturin"

uv.lock

Lines changed: 179 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)