We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1323f7 commit 5f5540eCopy full SHA for 5f5540e
frontends/PyCDE/pyproject.toml
@@ -4,6 +4,7 @@ requires = [
4
"setuptools_scm>=8.0",
5
"wheel",
6
"cmake>=3.23,<4",
7
+ "ninja>=1.10",
8
9
# MLIR build depends.
10
"numpy",
@@ -14,7 +15,6 @@ requires = [
14
15
# PyCDE depends
16
"cocotb>=1.6.2",
17
"cocotb-test>=0.2.2",
- "jinja2",
18
]
19
build-backend = "setuptools.build_meta"
20
@@ -47,7 +47,7 @@ name = "pycde"
47
dynamic = ["version"]
48
description = "Python CIRCT Design Entry"
49
authors = [{ name = "John Demme", email = "[email protected]" }]
50
-dependencies = ['numpy', 'jinja2']
+dependencies = ['numpy']
51
requires-python = ">=3.8"
52
53
[project.urls]
0 commit comments