alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.57k stars 231 forks source link

[MRG] Added numpy bound to the requirements file #580

Open fnhirwa opened 3 weeks ago

fnhirwa commented 3 weeks ago

Description

This PR adds the numpy bounds for the case where numpy 2 isn't supported yet and added the version to __init__ file for local development, and this will require to bump a version into the __init__ file at every release.

Fixes #579

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: