We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbb20d commit 8b79315Copy full SHA for 8b79315
pyproject.toml
@@ -16,6 +16,8 @@ keywords = [ "vlsi", "pdk" ]
16
classifiers = [ "Development Status :: 3 - Alpha"
17
, "Programming Language :: Python :: 3.8"
18
]
19
+requires-python = ">=3.8"
20
+dependencies = ["coriolis-eda>=2.5.4a0"]
21
22
[project.urls]
23
Homepage = "https://gitlab.com/Chips4Makers"
0 commit comments