Commit 2cf78c1
committed
chore: remove upper bound on numpy and scipy versions
Remove the upper version constraints on numpy (<2) and scipy (<1.12.0)
to allow compatibility with numpy 2.x and newer scipy versions.
- numpy: Changed from ">=1.26.0, <2" to ">=1.26.0"
- scipy: Changed from ">=1.7.3, <1.12.0" to ">=1.7.3"
This enables users to install giskard alongside other libraries that
require numpy 2.x, which has been stable for over a year.
Note: PR #2222 already fixed the deprecated scipy.stats.stats imports
that were blocking scipy 1.12+ compatibility.
Fixes #2173
Signed-off-by: majiayu000 <[email protected]>1 parent c92584e commit 2cf78c1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments