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 4d53bc5 commit b4a99aaCopy full SHA for b4a99aa
1 file changed
pyproject.toml
@@ -19,7 +19,9 @@ documentation = "https://github.com/paugier/piconumpy"
19
20
[project.optional-dependencies]
21
test = ["pytest", "numpy"]
22
-bench = ['transonic', 'numpy', 'pythran']
+# 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/pythran.git@0.18.0']
25
profile = ["gprof2dot"]
26
format = ['black']
27
full = ["piconumpy[test,bench,profile,format]"]
0 commit comments