Skip to content

Commit

Permalink
Merge pull request #250 from pymtl/pp482-py-dependency-fix
Browse files Browse the repository at this point in the history
Fixing dependency on the py module during pip installation
  • Loading branch information
ptpan authored Nov 2, 2023
2 parents 0244456 + fde62dd commit 06466bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymtl3/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.15"
__version__ = "3.1.16"
1 change: 0 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ flake8
isort
pyupgrade
graphviz
py
1 change: 1 addition & 0 deletions requirements/release.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Minimal dependencies required for using pip-installed PyMTL
py
pytest
hypothesis
cffi
Expand Down

0 comments on commit 06466bf

Please sign in to comment.