Skip to content

Commit c7699ce

Browse files
authored
Merge pull request #107 from PolicyEngine/fix/revert-microdf
Revert to standard microdf
2 parents 1786483 + 0040ac6 commit c7699ce

3 files changed

Lines changed: 6 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+
- Reverted to using standard version of microdf

policyengine_us_data/datasets/puf/puf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from tqdm import tqdm
22
import numpy as np
33
import pandas as pd
4-
from policyengine_core.weighting import MicroDataFrame
4+
from microdf import MicroDataFrame
55
from policyengine_core.data import Dataset
66
from policyengine_us_data.storage import STORAGE_FOLDER
77
from policyengine_us_data.datasets.puf.uprate_puf import uprate_puf

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"policyengine_core",
1717
"requests",
1818
"tqdm",
19+
"microdf_python>=0.4.3",
1920
]
2021

2122
[project.optional-dependencies]

0 commit comments

Comments
 (0)