mirror of https://github.com/lowRISC/ibex.git
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
|
@ -17,7 +17,7 @@ pathlib3x # Backports some useful features
|
|||
typing-utils # Ditto
|
||||
typeguard ~= 2.13
|
||||
portalocker
|
||||
pydantic
|
||||
pydantic >= 2
|
||||
svg.py
|
||||
|
||||
# Needed by dvsim.py (not actually used in Ibex)
|
||||
|
|
Loading…
Reference in New Issue