diff options
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/cli/requirements.txt | 2 | ||||
-rw-r--r-- | pyGHDL/dom/requirements.txt | 2 | ||||
-rw-r--r-- | pyGHDL/libghdl/requirements.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index e07402a28..a2fdd82b3 100644 --- a/pyGHDL/cli/requirements.txt +++ b/pyGHDL/cli/requirements.txt @@ -1,5 +1,5 @@ -r ../dom/requirements.txt -pyTooling>=3.0.0, <4.0 +pyTooling>=4.0.1, <5.0 pyTooling.TerminalUI>=1.5.9 pyAttributes>=2.3.2 diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt index 01862686c..dcded04a0 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -pyVHDLModel==0.23.0 +pyVHDLModel==0.24.1 #https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt index 31f770b15..c66bc6e3a 100644 --- a/pyGHDL/libghdl/requirements.txt +++ b/pyGHDL/libghdl/requirements.txt @@ -1 +1 @@ -pyTooling>=3.0.0, <4.0 +pyTooling>=4.0.1, <5.0 |