Commit dc75f50
committed
Allow ndarray versions < 0.18
Previously the version constraint was updated to ndarray <= 0.17 but the
0.17 release was yanked and this excludes 0.17.1 and later point
releases. This updates the dependency specification to < 0.18 which will
allow point releass (and which is closer to what was used before PyO3#516).1 parent 4149c5d commit dc75f50
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments