Skip to content

Commit 109309e

Browse files
committed
Pyverilog 1.0.2 or later is required.
1 parent f7ca646 commit 109309e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(filename):
2121
url='https://github.com/PyHDI/veriloggen',
2222
packages=find_packages(),
2323
#package_data={ 'path' : ['*.*'], },
24-
install_requires=[ 'pyverilog>=1.0.1', 'Jinja2>=2.8' ],
24+
install_requires=[ 'pyverilog>=1.0.2', 'Jinja2>=2.8' ],
2525
extras_require={
2626
'graph' : [ 'pygraphviz>=1.3.1' ],
2727
'test' : [ 'pytest>=2.8.2', 'pytest-pythonpath>=0.7' ],

0 commit comments

Comments
 (0)