mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -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
|
||||
typeguard ~= 2.13
|
||||
portalocker
|
||||
pydantic
|
||||
pydantic >= 2
|
||||
svg.py
|
||||
|
||||
# Needed by dvsim.py (not actually used in Ibex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue