Skip to content

Commit b4a99aa

Browse files
committed
pythran 0.18 from GitHub
1 parent 4d53bc5 commit b4a99aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ documentation = "https://github.com/paugier/piconumpy"
1919

2020
[project.optional-dependencies]
2121
test = ["pytest", "numpy"]
22-
bench = ['transonic', 'numpy', 'pythran']
22+
# pythran 0.18.0 needed but not yet on PyPI
23+
# (see https://github.com/serge-sans-paille/pythran/pull/2310#issuecomment-2871805768)
24+
bench = ['transonic', 'numpy', 'pythran@git+https://github.com/serge-sans-paille/[email protected]']
2325
profile = ["gprof2dot"]
2426
format = ['black']
2527
full = ["piconumpy[test,bench,profile,format]"]

0 commit comments

Comments
 (0)