diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-23 23:42:01 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-23 23:44:15 +0100 |
commit | 5d9897770cb16494c6379cce85ed5935532c0cd1 (patch) | |
tree | 2d70696f4f8bb78f9a4fda7a6d596775fdf080cc /pyGHDL | |
parent | aa8d3e566996f6caa3764cb439c96e8a76fdb3be (diff) | |
download | ghdl-5d9897770cb16494c6379cce85ed5935532c0cd1.tar.gz ghdl-5d9897770cb16494c6379cce85ed5935532c0cd1.tar.bz2 ghdl-5d9897770cb16494c6379cce85ed5935532c0cd1.zip |
Bumped pyVHDLModel dependency to v0.18.0.
Diffstat (limited to 'pyGHDL')
-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 6e0c0259a..6b540d7b7 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -pyVHDLModel==0.17.1 +pyVHDLModel==0.18.0 #https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel |