Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Python 3.13 #338

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upgrade numpy 2.1.0
noman404 committed Jan 23, 2025
commit 071b558e65cbe9687d57fd39ed2a69fd3fd2a6a5
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@ format:

install:
pip install -e ".[dev]" --config-settings editable_mode=compat
pip install policyengine-us
pip install policyengine-uk
# pip install policyengine-us
# pip install policyengine-uk

test-country-template:
policyengine-core test policyengine_core/country_template/tests -c policyengine_core.country_template
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@

general_requirements = [
"pytest>=8,<9",
"numpy~=2.0.0",
"numpy~=2.1.0",
"sortedcontainers<3",
"numexpr<3",
"dpath<3",