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 b7d29bf commit bc621d2Copy full SHA for bc621d2
setup.py
@@ -22,8 +22,7 @@ def read(filename):
22
'veriloggen.types.template': ['*.*'],
23
'veriloggen.simulation': ['*.cpp'],
24
},
25
- install_requires=['Jinja2>=2.10',
26
- 'pyverilog>=1.3.0',
+ install_requires=['pyverilog>=1.3.0',
27
'numpy>=1.17'],
28
extras_require={
29
'test': ['pytest>=3.8.1', 'pytest-pythonpath>=0.7.3'],
0 commit comments