SasView / sasdata

Package for loading and handling SAS data
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

numpy and scipy have breaking changes #72

Open butlerpd opened 3 months ago

butlerpd commented 3 months ago

As with sasmodels and sasview, the sasdata code base needs to be updated for the breaking changes in numpy 2.0.0 and scipy 1.14. In particular NaN and NAN are no longer valid in numpy. Currently we are pinning to an older version of numpy and scipy for release 6.0 but this should not be forgotten