Skip to content

Conversation

@dpanshu
Copy link
Contributor

@dpanshu dpanshu commented Jun 24, 2024

recently, numpy 2.0.0 was introduced which has breaking changes like

ValueError: Unable to avoid copy while creating an array as requested.
If using `np.array(obj, copy=False)` replace it with `np.asarray(obj)` to allow a copy when needed (no behavior change in NumPy 1.x).

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