Skip to content

Commit b1be898

Browse files
authored
Merge pull request #1262 from MaxGhenis/update-microdf-v1
Update microdf to v1.0.0
2 parents 8bdad4b + 43d1c9f commit b1be898

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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
requires-python = ">=3.10"
2222
dependencies = [
2323
"policyengine-core>=3.6.4",
24-
"microdf-python==0.4.4",
24+
"microdf-python>=1.0.0",
2525
]
2626

2727
[project.urls]

0 commit comments

Comments
 (0)