ImperialCollegeLondon / sharpy

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code
https://imperial.ac.uk/aeroelastics/sharpy
BSD 3-Clause "New" or "Revised" License
119 stars 58 forks source link

Develop: Update environment.yml to fix scipy version issue #282

Closed kccwing closed 4 months ago

kccwing commented 4 months ago

Hotfix as merged on main, duplicate of #277

ben-l-p commented 4 months ago

This issue should be fixed in my pull request HERE. It just needed some SciPy FFT function imports updating as the old ones got depreciated. The "new" ones were added long ago in version 1.4.0 (HERE) so we don't need a strict version requirement.