relax dependencies constraints from pinning to any path to any minor (#25)

This commit is contained in:
Arnav Sacheti
2025-11-26 09:51:04 -08:00
committed by GitHub
parent 88827c65b5
commit 5152adf00c
2 changed files with 6 additions and 3 deletions

4
uv.lock generated
View File

@@ -641,9 +641,9 @@ tools = [
[package.metadata]
requires-dist = [
{ name = "jinja2", specifier = ">=3.1.6" },
{ name = "jinja2", specifier = "~=3.1" },
{ name = "peakrdl-cli", marker = "extra == 'cli'", specifier = ">=1.2.3" },
{ name = "systemrdl-compiler", specifier = "~=1.30.1" },
{ name = "systemrdl-compiler", specifier = "~=1.30" },
]
provides-extras = ["cli"]