Skip to content

Commit

Permalink
dependency version update
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaxxx committed Nov 25, 2018
1 parent 7e3e030 commit 9a82dd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ sudo apt install iverilog
- Jinja2: 2.10 or later
- pytest: 3.2 or later
- pytest-pythonpath: 0.7 or later
- Pyverilog: 1.1.2 or later
- IPgen: 1.0.0 or later
- Pyverilog: 1.1.3 or later
- IPgen: 1.0.1 or later

```
pip3 install jinja2 pytest pytest-pythonpath pyverilog ipgen
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Requirements
- Jinja2: 2.10 or later
- pytest: 3.2 or later
- pytest-pythonpath: 0.7 or later
- Pyverilog: 1.1.2 or later
- IPgen: 1.0.0 or later
- Pyverilog: 1.1.3 or later
- IPgen: 1.0.1 or later

::

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(filename):
packages=find_packages(),
package_data={'veriloggen.utils': ['VERSION'],
'veriloggen.simulation': ['*.cpp'], },
install_requires=['pyverilog>=1.1.2', 'ipgen>=1.0.0', 'Jinja2>=2.10'],
install_requires=['pyverilog>=1.1.3', 'ipgen>=1.0.1', 'Jinja2>=2.10'],
extras_require={
'graph': ['pygraphviz>=1.3.1'],
'test': ['pytest>=3.2', 'pytest-pythonpath>=0.7'],
Expand Down

0 comments on commit 9a82dd8

Please sign in to comment.