Commit 09bd198
authored
Drop a NumPy version pin that should no longer be necessary (#361)
This PR removes the `numpy < 2.0` dependency constraint, which should no
longer be necessary.
Update: the pin is still needed for Python 3.9 and 3.8; it's been
dropped for Python 3.10 and later.
Closes #345.1 parent 81de64d commit 09bd198
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
318 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
319 | 321 | | |
320 | 322 | | |
321 | 323 | | |
322 | 324 | | |
323 | | - | |
| 325 | + | |
| 326 | + | |
324 | 327 | | |
325 | 328 | | |
326 | 329 | | |
| |||
0 commit comments