Skip to content

Commit 3cb7fc0

Browse files
authored
revert to point to regular release of SC to avoid install issues.
1 parent 29478c6 commit 3cb7fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ urls = {Homepage = "https://github.com/siliconcompiler/lambdalib"}
2020
requires-python = ">= 3.8"
2121
license = {file = "LICENSE"}
2222
dependencies = [
23-
"siliconcompiler @ git+https://github.com/siliconcompiler/siliconcompiler.git",
23+
"siliconcompiler >= 0.34.3",
2424
"Jinja2 >= 3.1.3"
2525
]
2626
dynamic = ['version']

0 commit comments

Comments
 (0)