Skip to content

Commit 3aaf04c

Browse files
authored
fix: relax dependencies (#355)
2 parents dd79ec7 + 97806ab commit 3aaf04c

2 files changed

Lines changed: 8 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,24 +70,23 @@ dependencies = [
7070
"hydra-core>=1.3.2",
7171
"lightgbm>=4.6.0",
7272
"lightning-utilities>=0.15.2",
73-
"lightning==2.4.0",
74-
"logfire==4.11.0",
73+
"lightning>=2.4.0",
74+
"logfire>=4.11.0",
7575
"matplotlib>=3.10.6",
7676
"mlforecast>=1.0.2",
7777
"neuralforecast>=3.0.2",
7878
"nixtla>=0.7.0",
7979
"openai>=1.99.7",
80-
"opentelemetry-api==1.37.0",
80+
"opentelemetry-api>=1.37.0,<2",
8181
"opentelemetry-instrumentation>=0.58b0",
82-
"opentelemetry-sdk==1.37.0",
82+
"opentelemetry-sdk>=1.37.0,<2",
8383
"optuna>=4.5.0",
8484
"pandas>=2.2.0 ; python_full_version >= '3.13'",
8585
"peft>=0.13.0,<1",
8686
"plotly>=6.3.1",
8787
"prophet>=1.1.7",
8888
"pydantic-ai>=0.7.0",
8989
"pytorch-lightning==2.4.0",
90-
"ray==2.48",
9190
"scipy<=1.15.3",
9291
"statsforecast>=2.0.2",
9392
"tabpfn-time-series==1.0.3 ; python_full_version < '3.13'",
@@ -106,7 +105,6 @@ dependencies = [
106105
"transformers>=4.48,<5 ; python_full_version >= '3.13'",
107106
"tsfeatures>=0.4.5",
108107
"utilsforecast[plotting]>=0.2.15",
109-
"wandb==0.22.1",
110108
"xgboost>=3.2.0",
111109
]
112110
description = "The GenAI Forecasting Agent · LLMs × Time Series Foundation Models"

uv.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)