Skip to content

Commit

Permalink
Merge pull request #236 from pymtl/pp482-fix-py-dependency
Browse files Browse the repository at this point in the history
Fix dependency on the py module
  • Loading branch information
ptpan authored Oct 27, 2022
2 parents 1cba4a5 + f0596d4 commit b35d76e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pymtl3/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.13"
__version__ = "3.1.14"
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ flake8
isort
pyupgrade
graphviz
py
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def get_long_description():
'hypothesis >= 4.18.1',
'cffi',
'greenlet',
'py',
],

entry_points = {
Expand Down

0 comments on commit b35d76e

Please sign in to comment.