Skip to content

Commit 37b5616

Browse files
committed
tptp parsers
1 parent c4b146d commit 37b5616

File tree

4 files changed

+908
-29
lines changed

4 files changed

+908
-29
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ solvers = [
3030
"cffi>=2.0.0",
3131
"graphviz>=0.20.3",
3232
"ziglang>=0.15.1",
33+
"cloudpickle>=3.1.2", # for egglog
3334
]
3435

3536
[build-system]
@@ -106,13 +107,15 @@ markers = ["slow: Marks tests as long-running."]
106107
[dependency-groups]
107108
dev = [
108109
"jupyter>=1.1.1",
110+
"line-profiler>=5.0.0",
109111
"nbclient>=0.10.2",
110112
"pyright>=1.1.392.post0",
111113
"pytest>=8.3.4",
112114
"ruff>=0.11.13",
113115
]
114116
rust = ["maturin[patchelf]>=1.8.6"]
115117

118+
116119
[[tool.uv.index]]
117120
name = "testpypi"
118121
url = "https://test.pypi.org/simple/"

0 commit comments

Comments
 (0)