Skip to content

Numpy 2.0 compatibility fix. pyproject.toml is uv compatible now. - #141

Closed
hillierdani wants to merge 2 commits into
NygenAnalytics:masterfrom
hillierdani:numpy2-compatibility
Closed

Numpy 2.0 compatibility fix. pyproject.toml is uv compatible now.#141
hillierdani wants to merge 2 commits into
NygenAnalytics:masterfrom
hillierdani:numpy2-compatibility

Conversation

@hillierdani

Copy link
Copy Markdown
  • Replace deprecated np.bool_ with np.bool in plots.py
  • Replace deprecated np.int_ with np.int64 in plots.py
  • Update numpy dependency constraint to support 1.26+ and 2.x
  • Most tests pass with both NumPy 1.26.4 and 2.x

- Replace deprecated np.bool_ with np.bool in plots.py
- Replace deprecated np.int_ with np.int64 in plots.py
- Update numpy dependency constraint to support 1.26+ and 2.x
- Most tests pass with both NumPy 1.26.4 and 2.x
@parashardhapola

Copy link
Copy Markdown
Member

fixed in #149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants