espdev / csaps

Cubic spline approximation (smoothing)
https://csaps.readthedocs.io
MIT License
165 stars 28 forks source link

Is it possible to install csaps on Python2.7? #44

Closed fabioo29 closed 3 years ago

fabioo29 commented 3 years ago

The title says it all :)

espdev commented 3 years ago

Hello,

Unfortunately, no. Only Python 3.6 or above is supported. Python 2.7 (also <3.6) is not officially supported. New versions of NumPy and SciPy also do not support Python 2.7.

fabioo29 commented 3 years ago

Ok, thanks for the answer! ;)