Skip to content

Commit 2e55e31

Browse files
authored
Merge pull request #118 from siliconcompiler/make-release
version 0.4.0
2 parents 92c1ed9 + 58bbaa4 commit 2e55e31

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
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

lambdalib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from lambdalib import ramlib
1313
from lambdalib import veclib
1414

15-
__version__ = "0.4.0-rc3"
15+
__version__ = "0.4.0"
1616

1717

1818
class LambalibTechLibrary(Design):

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ urls = {Homepage = "https://github.com/siliconcompiler/lambdalib"}
1818
requires-python = ">= 3.9"
1919
license = {file = "LICENSE"}
2020
dependencies = [
21-
"siliconcompiler >= 0.34.3",
21+
"siliconcompiler >= 0.35.0",
2222
"Jinja2 >= 3.1.3"
2323
]
2424
dynamic = ['version']
@@ -29,11 +29,11 @@ version = {attr = "lambdalib.__version__"}
2929
[project.optional-dependencies]
3030
# Dev dependencies.
3131
dev = [
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]

0 commit comments

Comments
 (0)