Skip to content

Commit 4300343

Browse files
committed
Update microdf to v1.0.0
Update microdf_python dependency to >=1.0.0 (was unconstrained)
1 parent d223439 commit 4300343

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- Update microdf_python dependency to >=1.0.0.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
install_requires=[
2929
"PolicyEngine-Core>=3.6.4",
30-
"microdf_python",
30+
"microdf_python>=1.0.0",
3131
],
3232
extras_require={
3333
"dev": [

0 commit comments

Comments
 (0)