LiangliangSui opened a new pull request, #1691: URL: https://github.com/apache/fury/pull/1691
## What does this PR do? [Error](https://github.com/apache/fury/actions/runs/9560557264/job/26352935638): ``` A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. ``` `numpy` was updated to 2.0.0 on Jun 16, 2024, which caused compatibility issues with CI, so `numpy<2.0.0` was set.  ## Related issues ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
