-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
This package seems to work only with Scipy versions 1.14.1 and lower.
If 1.15.0 or 1.15.1 is used, the following import error is raised when executing import ndsplines:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/sung/miniforge3/envs/ndspline_test/lib/python3.11/site-packages/ndsplines/__init__.py", line 1, in <module>
from .ndsplines import *
File "/home/sung/miniforge3/envs/ndspline_test/lib/python3.11/site-packages/ndsplines/ndsplines.py", line 4, in <module>
from scipy.interpolate._bsplines import (prod, _as_float_array,
ImportError: cannot import name '_bspl' from 'scipy.interpolate._bsplines' (/home/sung/miniforge3/envs/ndspline_test/lib/python3.11/site-packages/scipy/interpolate/_bsplines.py)
Metadata
Metadata
Assignees
Labels
No labels