We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b146d commit 37b5616Copy full SHA for 37b5616
pyproject.toml
@@ -30,6 +30,7 @@ solvers = [
30
"cffi>=2.0.0",
31
"graphviz>=0.20.3",
32
"ziglang>=0.15.1",
33
+ "cloudpickle>=3.1.2", # for egglog
34
]
35
36
[build-system]
@@ -106,13 +107,15 @@ markers = ["slow: Marks tests as long-running."]
106
107
[dependency-groups]
108
dev = [
109
"jupyter>=1.1.1",
110
+ "line-profiler>=5.0.0",
111
"nbclient>=0.10.2",
112
"pyright>=1.1.392.post0",
113
"pytest>=8.3.4",
114
"ruff>=0.11.13",
115
116
rust = ["maturin[patchelf]>=1.8.6"]
117
118
+
119
[[tool.uv.index]]
120
name = "testpypi"
121
url = "https://test.pypi.org/simple/"
0 commit comments