We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We could now update some of our dependencies that were blocked by old version of pytorch_forecasting
pytorch_forecasting
python = ">=3.10.0, <3.13.0"
torch = {version = "^2", optional = true}
lightning = {version = "*", optional = true}
pytorch_ligtning
optuna = {version = "^3", optional = true}
sqlalchemy = {version = "^1.1.0", optional = true}
statsforecast = {version = "^2", optional = true}
etna.libs.statsforecast
loguru = ">=0.7"
catboost = "^1"
numpy = "^2"
numba
pandas = "^2"
pmdarima = ">=2"
hydra-slayer = ">=0.5"
typer = ">=0.12
holidays = ">=0.40
wandb = {version = ">=0.16", optional = true}
accelerate = {version = "^1", optional = true}
poetry >= 2
poetry-plugin-export >= 1.9.0
pyproject.toml
To discuss:
statsforecast
wandb
No response
The text was updated successfully, but these errors were encountered:
Earlier there were problems with huggingface-hub, so now version range is narrow. Try to widen the range after bump.
huggingface-hub
Sorry, something went wrong.
There are problems with updating numpy to >2:
DanilSmorchkov
Successfully merging a pull request may close this issue.
🚀 Task description
We could now update some of our dependencies that were blocked by old version of
pytorch_forecasting
Plan
python = ">=3.10.0, <3.13.0"
torch = {version = "^2", optional = true}
lightning = {version = "*", optional = true}
pytorch_ligtning
optuna = {version = "^3", optional = true}
sqlalchemy = {version = "^1.1.0", optional = true}
could be removedstatsforecast = {version = "^2", optional = true}
etna.libs.statsforecast
loguru = ">=0.7"
catboost = "^1"
numpy = "^2"
numba
accordinglypandas = "^2"
pmdarima = ">=2"
hydra-slayer = ">=0.5"
typer = ">=0.12
holidays = ">=0.40
wandb = {version = ">=0.16", optional = true}
accelerate = {version = "^1", optional = true}
poetry >= 2
poetry-plugin-export >= 1.9.0
pyproject.toml
filterwarnings sectionTo discuss:
statsforecast
to 2.0? It was released 2024-11-27.wandb
?Test cases
No response
Additional context
The text was updated successfully, but these errors were encountered: