google-research / timesfm

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.
https://research.google/blog/a-decoder-only-foundation-model-for-time-series-forecasting/
Apache License 2.0
3.03k stars 227 forks source link

Improve dependencies specification #3

Closed sarusso closed 1 month ago

sarusso commented 1 month ago

Hi,

I tried to install in a clean miniconda Docker container on Mac M2 but I am getting a dependency conflict, as per #1 .

I also tried to manually install via pip both on MacOS and Linux, and I entered a deep dependency hell.

In general, I think you should provide better dependencies specification, limiting them to the essential ones (why including datasetsforecast? It's just a demo dataset basically) and most importantly pinpointing them in order to both allow installing in different context than yours and ensure reproducibility over time.