diff options
author | Unai Martinez-Corral <unai.martinezcorral@ehu.eus> | 2023-02-25 15:58:58 +0100 |
---|---|---|
committer | eine <eine@users.noreply.github.com> | 2023-02-25 15:58:58 +0100 |
commit | d2e22ec07a932678ffcd7c69170f463fa11d463d (patch) | |
tree | 987ed49c651083a5885dacc766db91530a5d5aa9 | |
parent | 6985d68bd34e2528a1a31a317225f131e7404536 (diff) | |
download | ghdl-d2e22ec07a932678ffcd7c69170f463fa11d463d.tar.gz ghdl-d2e22ec07a932678ffcd7c69170f463fa11d463d.tar.bz2 ghdl-d2e22ec07a932678ffcd7c69170f463fa11d463d.zip |
pyGHDL/dom/requirements: bump pyVHDLModel to 0.23.0
-rw-r--r-- | pyGHDL/dom/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt index ec127c98c..01862686c 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -pyVHDLModel==0.22.1 +pyVHDLModel==0.23.0 #https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel |