We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Error when doing import s2scat because of the scipy version 1.14.1. This is the error I got
---> 27 from scipy.integrate import trapz ImportError: cannot import name 'trapz' from 'scipy.integrate'
By installing scipy==1.12.0, the issue was solved. Should we put this in the requirements ?
Activity