diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29..f377145 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + changed: + - Install order and requirements for policyengine-us \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0188889..bba831a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,9 @@ [build-system] -requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"] +requires = [ + "setuptools>=45", + "wheel", + "setuptools_scm[toml]>=6.2", +] build-backend = "setuptools.build_meta" [project] @@ -11,8 +15,9 @@ authors = [ {name = "PolicyEngine", email = "hello@policyengine.org"}, ] license = {file = "LICENSE"} -requires-python = ">=3.10" +requires-python = ">=3.10, <3.13.0" dependencies = [ + "policyengine_us", "policyengine_core>=3.14.1", "requests", "tqdm",