Commit 19a9c9b
committed
fix: add explicit NumPy version constraints for Python 3.13+ and 3.14
- Changed install_requires to specify minimum numpy versions per Python version:
- Python 3.9-3.12: numpy>=2.0.2
- Python 3.13: numpy>=2.1.3
- Python 3.14+: numpy>=2.3.0
- This fixes NumPy 2.x ABI compatibility issue where wheels
compiled against NumPy 1.x fail at runtime with NumPy 2.x
Fixes #12011 parent 4ddfc01 commit 19a9c9b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments