You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the report, indeed you are right and Future versions of pykep will solve this, but are scheduled in a few months. We are currently developing pykep 3.0 and do not have the bandwith to fix this issue on the current code base. A PR is welcome, in case.
pykep
is incompatible with the newly released SciPy 1.14.0 sinceinterp2d
has been deprecated by the latter. See the release notes.However, creating a new
conda
environment withinstalls the latest release of SciPy, which causes this error when trying to
import pykep
:forcing a downgrade to SciPy 1.13.1 solves the issue.
The text was updated successfully, but these errors were encountered: