diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-22 11:58:05 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-22 11:58:05 +0200 |
commit | 15f447b1270a815748fdbcce46d97abd9eecc21d (patch) | |
tree | 331bdf4f8a30915810d3e52b580535406a43c293 | |
parent | d1aeca8211cdda95ea3b05a5120ce066c05b731c (diff) | |
download | ghdl-15f447b1270a815748fdbcce46d97abd9eecc21d.tar.gz ghdl-15f447b1270a815748fdbcce46d97abd9eecc21d.tar.bz2 ghdl-15f447b1270a815748fdbcce46d97abd9eecc21d.zip |
pyGHDL: pin pyVHDLModel
-rw-r--r-- | pyGHDL/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/requirements.txt b/pyGHDL/requirements.txt index d8892cfae..f12715412 100644 --- a/pyGHDL/requirements.txt +++ b/pyGHDL/requirements.txt @@ -1,2 +1,2 @@ pydecor>=2.0.1 -pyVHDLModel>=0.10.1 +pyVHDLModel==0.10.1 |