Skip to content

Commit

Permalink
Merge pull request #107 from PolicyEngine/fix/revert-microdf
Browse files Browse the repository at this point in the history
Revert to standard microdf
  • Loading branch information
anth-volk authored Oct 29, 2024
2 parents 1786483 + 0040ac6 commit c7699ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
changed:
- Reverted to using standard version of microdf
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 c7699ce

Please sign in to comment.