DataCanvasIO / HyperTS

A Full-Pipeline Automated Time Series (AutoTS) Analysis Toolkit.
https://hyperts.readthedocs.io
Apache License 2.0
260 stars 27 forks source link

Support numpy >= 1.22 #77

Closed DManowitz closed 1 year ago

DManowitz commented 1 year ago

Numpy is several versions beyond 1.21.x now. Requesting support for numpy >= 1.22.

zhangxjohn commented 1 year ago

A higher version of numpy would conflict with the version of some libraries (e.g., tf), so we restricted it to be safe. Thank you for your support, we will solve these problems in the future.

Numpy is several versions beyond 1.21.x now. Requesting support for numpy >= 1.22.