Commit 765a333
committed
fix: Support Python 3.12 by relaxing numpy version constraint
The previous constraint numpy<1.26.0 prevented installation on Python 3.12
because numpy 1.24.x/1.25.x don't have pre-built wheels for Python 3.12
and building from source fails.
numpy 1.26.x has full Python 3.12 support with pre-built wheels.
Fixes #77, #104, #2311 parent ed27b95 commit 765a333
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments