From 7db583b251c477f9b8d9ad7e9edaa36b26041085 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Sun, 29 Sep 2024 18:43:23 +0100 Subject: [PATCH] Update PolicyEngine US data --- Makefile | 1 + pyproject.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7e7815..5eb827b 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ test: install: pip install -e ".[dev]" + pip install policyengine-us==1.100.0 changelog: build-changelog changelog.yaml --output changelog.yaml --update-last-date --start-from 1.0.0 --append-file changelog_entry.yaml diff --git a/pyproject.toml b/pyproject.toml index b11b117..4584a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ dependencies = [ dev = [ "black", "pytest", - "policyengine_us==1.100.0", "quantile-forest", "torch", "tables",