mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
[ci] Constrain pydantic version to under v2.0
CI breakages are observed with v2.0
This commit is contained in:
parent
fbd070cf58
commit
4a75efde87
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pathlib3x # Backports some useful features
|
|||
typing-utils # Ditto
|
||||
typeguard ~= 2.13
|
||||
portalocker
|
||||
pydantic
|
||||
pydantic < 2.0
|
||||
svg.py
|
||||
|
||||
# Needed by dvsim.py (not actually used in Ibex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue