Commit f772f33
committed
ENH: Import
Import `Bounds` from `scipy.optimize`.
Fixes:
```
src/nifreeze/model/gpr.py:32: error:
Module "scipy.optimize._minimize" does not explicitly export attribute "Bounds" [attr-defined]
```
raised for example in:
https://github.com/nipreps/nifreeze/actions/runs/12437972140/job/34728973936#step:8:70Bounds from scipy.optimize
1 parent 681016f commit f772f33
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments