mirror of
https://github.com/commaai/opendbc.git
synced 2026-06-08 06:04:45 +08:00
unpin pycapnp (#3358)
This commit is contained in:
@@ -12,7 +12,7 @@ urls = { "homepage" = "https://github.com/commaai/opendbc" }
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"numpy",
|
"numpy",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"pycapnp==2.1.0",
|
"pycapnp",
|
||||||
"pycryptodome",
|
"pycryptodome",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
2
uv.lock
generated
2
uv.lock
generated
@@ -430,7 +430,7 @@ requires-dist = [
|
|||||||
{ name = "jinja2", marker = "extra == 'docs'" },
|
{ name = "jinja2", marker = "extra == 'docs'" },
|
||||||
{ name = "lefthook", marker = "extra == 'testing'" },
|
{ name = "lefthook", marker = "extra == 'testing'" },
|
||||||
{ name = "numpy" },
|
{ name = "numpy" },
|
||||||
{ name = "pycapnp", specifier = "==2.1.0" },
|
{ name = "pycapnp" },
|
||||||
{ name = "pycryptodome" },
|
{ name = "pycryptodome" },
|
||||||
{ name = "ruff", marker = "extra == 'testing'" },
|
{ name = "ruff", marker = "extra == 'testing'" },
|
||||||
{ name = "tqdm" },
|
{ name = "tqdm" },
|
||||||
|
|||||||
Reference in New Issue
Block a user