Commit 0b1ff44
committed
fix(mypy): bump python_version to 3.12 to parse numpy 2.5+ stubs
numpy 2.5+ stubs use PEP 695 type-alias syntax which requires
python_version >= 3.12 to parse. Drop the now-unnecessary numpy
override.1 parent 0c83dba commit 0b1ff44
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | 132 | | |
137 | 133 | | |
138 | 134 | | |
| |||
0 commit comments