Skip to content

Commit e7574ac

Browse files
committed
fix: Revert to standard microdf
1 parent 1786483 commit e7574ac

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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)