aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-06-18 22:27:52 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-06-18 22:27:52 +0200
commit305b86aaf545eb662b8801868560575c8aeb2dd6 (patch)
tree8ce96e0efdb754a25c89899c8dd39cce0c13a3d4 /pyproject.toml
parentea72eb4f0703b16e935dc6f41f54bc94739a18f3 (diff)
downloadghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.tar.gz
ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.tar.bz2
ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.zip
Bumped Python package dependencies in pyGHDL.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c2ddfb778..3d59efe58 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,8 @@
[build-system]
requires = [
- "pyTooling >= 1.7.0",
- "setuptools >= 35.0.2",
- "wheel >= 0.29.0"
+ "pyTooling >= 2.1.0",
+ "setuptools >= 62.3.3",
+ "wheel >= 0.37.1"
]
build-backend = "setuptools.build_meta"