relax dependencies constraints from pinning to any path to any minor (#25)
This commit is contained in:
@@ -6,7 +6,10 @@ build-backend = "setuptools.build_meta"
|
||||
name = "peakrdl-busdecoder"
|
||||
version = "0.5.0"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = ["jinja2>=3.1.6", "systemrdl-compiler~=1.30.1"]
|
||||
dependencies = [
|
||||
"jinja2~=3.1",
|
||||
"systemrdl-compiler~=1.30",
|
||||
]
|
||||
|
||||
authors = [{ name = "Arnav Sacheti" }]
|
||||
description = "Generate a SystemVerilog bus decoder from SystemRDL for splitting CPU interfaces to multiple sub-address spaces"
|
||||
|
||||
Reference in New Issue
Block a user