Skip to content

Commit 287fff3

Browse files
committed
Pin xDSL version in pyproject.toml
1 parent 122aa86 commit 287fff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/data-files/benchmarks/bm_xdsl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "pyperformance_bm_xdsl"
33
requires-python = ">=3.10"
4-
dependencies = ["pyperf", "xdsl"]
4+
dependencies = ["pyperf", "xdsl==0.46.0"]
55
urls = {repository = "https://github.com/python/pyperformance"}
66
dynamic = ["version"]
77

0 commit comments

Comments
 (0)