File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 4040 pip install --upgrade pip
4141 pip install .[dev]
4242
43- # Temporary
44- pip uninstall -y siliconcompiler
45- pip install siliconcompiler@git+https://github.com/siliconcompiler/siliconcompiler@main
46-
4743 # change running directory
4844 mkdir testrun
4945 cd testrun
Original file line number Diff line number Diff line change 1212from lambdalib import ramlib
1313from lambdalib import veclib
1414
15- __version__ = "0.4.0-rc3 "
15+ __version__ = "0.4.0"
1616
1717
1818class LambalibTechLibrary (Design ):
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ urls = {Homepage = "https://github.com/siliconcompiler/lambdalib"}
1818requires-python = " >= 3.9"
1919license = {file = " LICENSE" }
2020dependencies = [
21- " siliconcompiler >= 0.34.3 " ,
21+ " siliconcompiler >= 0.35.0 " ,
2222 " Jinja2 >= 3.1.3"
2323]
2424dynamic = [' version' ]
@@ -29,11 +29,11 @@ version = {attr = "lambdalib.__version__"}
2929[project .optional-dependencies ]
3030# Dev dependencies.
3131dev = [
32- " flake8 >= 5.0 .0" ,
33- " pytest >= 6.2.4 " ,
34- " pytest-timeout >= 2.1 .0" ,
35- " cocotb== 1.9.2" ,
36- " cocotb-bus== 0.2.1"
32+ " flake8 == 7.3 .0" ,
33+ " pytest == 8.4.2 " ,
34+ " pytest-timeout == 2.4 .0" ,
35+ " cocotb == 1.9.2" ,
36+ " cocotb-bus == 0.2.1"
3737]
3838
3939[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments