diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2023-03-10 22:10:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 22:10:00 +0100 |
commit | c2a8dee97b6794753da78e8b3365f7d5650238b0 (patch) | |
tree | 36e8fc337f935a34a53f5ba7dc3ffbcee2d0c9c0 /pyGHDL/libghdl | |
parent | ec9898396fb385f4c554c7391c3348aea3d2fced (diff) | |
parent | 34d6e8ac05a6865f26ebd2138b2dfa3f533f1f38 (diff) | |
download | ghdl-c2a8dee97b6794753da78e8b3365f7d5650238b0.tar.gz ghdl-c2a8dee97b6794753da78e8b3365f7d5650238b0.tar.bz2 ghdl-c2a8dee97b6794753da78e8b3365f7d5650238b0.zip |
Limiting versions of pyTooling to >=2.13, but <3.0.
Diffstat (limited to 'pyGHDL/libghdl')
-rw-r--r-- | pyGHDL/libghdl/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt index 9b79bd34d..a061bb3f4 100644 --- a/pyGHDL/libghdl/requirements.txt +++ b/pyGHDL/libghdl/requirements.txt @@ -1 +1 @@ -pyTooling>=2.11.0 +pyTooling>=2.13.0, <3.0 |