Skip to content

Commit

Permalink
Adding ipython and networkx as dev deps. `cd packages/pyo3 && uv sync…
Browse files Browse the repository at this point in the history
… && uv run ipython` get you to a reasonable repl for manual testing. I cannot believe I did not do proper python testing here. Maybe I did it in graspologic?
  • Loading branch information
daxpryce committed Jan 8, 2025
1 parent e3bfaae commit 74a3f12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/pyo3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ Graspologic = "https://github.com/microsoft/graspologic"
[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"

[tool.uv]
dev-dependencies = [
"ipython>=8.12.3",
"networkx==3",
]

0 comments on commit 74a3f12

Please sign in to comment.