blue-yonder / tsfresh

Automatic extraction of relevant features from time series:
http://tsfresh.readthedocs.io
MIT License
8.45k stars 1.21k forks source link

Fixes issue #1073: Updated setup.cfg to require newer scipy version #1081

Closed Sarius2009 closed 4 months ago

nils-braun commented 4 months ago

@Sarius2009 - it seems there is no such version for older python versions

Sarius2009 commented 4 months ago

@Sarius2009 - it seems there is no such version for older python versions

Yes, scipy 1.14 requires at least python 3.10

nils-braun commented 4 months ago

Can you adjust the PR so that your lower limit only applies in this case? tsfresh is also compatible with older versions of python

Sarius2009 commented 4 months ago

I think I did, hopefully correctly