josephhardinee / PyDSD

Python Library for working with disdrometer data.
GNU Lesser General Public License v2.1
45 stars 33 forks source link

Scipy and Numpy dependencies issue #110

Open alexkinsella opened 2 months ago

alexkinsella commented 2 months ago

If you install PyDSD from conda, the dependencies don't seem to be handled correctly. The current version of PyDSD requires SciPy 1.13.1 or earlier (before trapz was removed), and it requires Numpy 1.24 or earlier (to get some of the matrix libraries to compile).

The source code could be changed to be compatible with newer versions or the dependencies list could be modified.