johnbridges commited on
Commit
2e578f9
·
1 Parent(s): 16f3ba1
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -22,4 +22,10 @@ transformers>=4.51.0
22
  torch==2.8.0
23
  intel-extension-for-pytorch==2.8.0
24
 
25
- timesfm
 
 
 
 
 
 
 
22
  torch==2.8.0
23
  intel-extension-for-pytorch==2.8.0
24
 
25
+ # TimesFM from source + deps (replaces plain 'timesfm')
26
+ git+https://github.com/google-research/timesfm.git@main
27
+ numpy==1.26.4
28
+ einops>=0.7
29
+ pandas>=2.0,<2.3
30
+ scikit-learn>=1.3,<1.6
31
+ absl-py>=1.4