4Subsea / waveresponse-python

Vessel motion and wave utilities
https://docs.4insight.io/waveresponse/python/latest/
MIT License
12 stars 4 forks source link

Pin scipy version #64

Closed mathias-solheim-4ss closed 5 months ago

mathias-solheim-4ss commented 5 months ago

This PR is related to user story ESS-XXXX

Description

Scipy 1.14.0 deprecates interp2d , causing the waveresponse to fail on import. This is a quick fix, pinning the scipy version.

Checklist