Skip to content

Commit

Permalink
fix: Revert to standard microdf
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Oct 29, 2024
1 parent 1786483 commit e7574ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion policyengine_us_data/datasets/puf/puf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from tqdm import tqdm
import numpy as np
import pandas as pd
from policyengine_core.weighting import MicroDataFrame
from microdf import MicroDataFrame
from policyengine_core.data import Dataset
from policyengine_us_data.storage import STORAGE_FOLDER
from policyengine_us_data.datasets.puf.uprate_puf import uprate_puf
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies = [
"policyengine_core",
"requests",
"tqdm",
"microdf_python>=0.4.3",
]

[project.optional-dependencies]
Expand Down

0 comments on commit e7574ac

Please sign in to comment.