mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-27 17:00:41 -04:00
Require Pydantic 2 or above
We need Pydantic 2 or higher to use the `field_validator` functionality used in Ibex DV.
This commit is contained in:
parent
27dd6b2e06
commit
d8cbab0db2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pathlib3x # Backports some useful features
|
||||||
typing-utils # Ditto
|
typing-utils # Ditto
|
||||||
typeguard ~= 2.13
|
typeguard ~= 2.13
|
||||||
portalocker
|
portalocker
|
||||||
pydantic
|
pydantic >= 2
|
||||||
svg.py
|
svg.py
|
||||||
|
|
||||||
# Needed by dvsim.py (not actually used in Ibex)
|
# Needed by dvsim.py (not actually used in Ibex)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue