@@ -51,7 +51,9 @@ classifiers = [
5151 " Topic :: Software Development :: Libraries :: Python Modules" ,
5252]
5353# NOTE: dependency version notes
54- # - huggingface-hub can't bump to v1+ until transformers bumps to v5
54+ # - transformers>=5 (CVE-2026-1839 fix) requires huggingface-hub>=1; the upper
55+ # bounds were widened together (transformers<6, huggingface-hub<2). Reaching
56+ # transformers 5 also requires tfc-t0>=0.2 (older tfc-t0 capped hub<1).
5557# - lightning and pytorch-lightning are the same library
5658# NOTE: dependencies pinned for faster pip installs
5759# versions chosen from uv's dependency resolution
@@ -66,7 +68,7 @@ dependencies = [
6668 " fire" ,
6769 " fsspec>=2025.9.0" ,
6870 " gluonts[torch]" ,
69- " huggingface-hub>=0.36.2,<1 .0" ,
71+ " huggingface-hub>=0.36.2,<2 .0" ,
7072 " hydra-core>=1.3.2" ,
7173 " lightgbm>=4.6.0" ,
7274 " lightning-utilities>=0.15.2" ,
@@ -91,18 +93,17 @@ dependencies = [
9193 " statsforecast>=2.0.2" ,
9294 " tabpfn-time-series==1.0.3 ; python_full_version < '3.13'" ,
9395 " tensorboard>=2.20.0" ,
94- " tfc-t0>=0.1.2 ; python_full_version >= '3.11' and python_full_version < '3.14'" ,
95- " timecopilot-chronos-forecasting>=0.2.1" ,
96- " timecopilot-granite-tsfm>=0.1.2" ,
97- " timecopilot-timesfm>=0.2.1" ,
98- " timecopilot-tirex>=0.1.0 ; python_full_version >= '3.11'" ,
99- " timecopilot-tirex>=0.1.1" ,
96+ " tfc-t0>=0.2.0 ; python_full_version >= '3.11' and python_full_version < '3.14'" ,
97+ " timecopilot-chronos-forecasting>=0.2.2" ,
98+ " timecopilot-granite-tsfm>=0.2.1 ; python_full_version >= '3.11' and python_full_version < '3.14'" ,
99+ " timecopilot-timesfm>=0.3.0" ,
100+ " timecopilot-tirex>=0.1.1 ; python_full_version >= '3.11'" ,
100101 " timecopilot-toto-2>=0.1.1" ,
101- " timecopilot-toto>=0.1.6 " ,
102+ " timecopilot-toto>=0.1.7 " ,
102103 " timecopilot-uni2ts>=0.1.2 ; python_full_version < '3.14'" ,
103104 " torchmetrics>=1.8.2" ,
104- " transformers>=4.41,<5 ; python_full_version < '3.13'" ,
105- " transformers>=4.48,<5 ; python_full_version >= '3.13'" ,
105+ " transformers>=4.41,<6 ; python_full_version < '3.13'" ,
106+ " transformers>=4.48,<6 ; python_full_version >= '3.13'" ,
106107 " tsfeatures>=0.4.5" ,
107108 " utilsforecast[plotting]>=0.2.15" ,
108109 " xgboost>=3.2.0" ,
0 commit comments