Skip to content

Commit

Permalink
Merge pull request #124 from PolicyEngine/numpy-unpin
Browse files Browse the repository at this point in the history
Unpin NumPy lower dependency
  • Loading branch information
nikhilwoodruff authored Oct 9, 2023
2 parents 07d0f16 + c18b0ea commit 6e0a16c
Show file tree
Hide file tree
Showing 2 changed files with 5 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:
- Unpinned lower NumPy pin.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

general_requirements = [
"pytest>=7,<8",
"numpy >=1.24.2, <1.25",
"numpy<1.25",
"black",
"linecheck<1",
"yaml-changelog<1",
Expand Down

0 comments on commit 6e0a16c

Please sign in to comment.