Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ dependencies = [
# 22.0.0 made warm_start_lags the seed lag list itself (default
# DEFAULT_WARM_START_LAGS, None disables) — consumed by SpotOptimStrategy.
# 21.2.0 added max_time_spotoptim, forwarded as SpotOptim's max_time.
"spotforecast2-safe>=22.3.0,<23",
"spotforecast2-safe>=22.3.0",
# spotoptim 1.0 is sequential-only and lean: torch/tensorboard moved to its
# ``[torch]`` extra. sf2 forwards tensorboard_* kwargs into SpotOptim, so we
# pin the extra to keep the TensorBoard tuning dashboards working (they were
# always available via spotoptim's old hard torch dependency).
"spotoptim[torch]>=1.0.0,<2",
"spotoptim[torch]>=1.0.0",
"tqdm>=4.67.2",
# Directly imported by spotforecast2.entsoe_cli (and the xgb forecaster
# model). Previously satisfied transitively; declared explicitly now that
Expand All @@ -48,7 +48,7 @@ dependencies = [
]

[build-system]
requires = ["uv_build>=0.9.18,<0.10.0"]
requires = ["uv_build>=0.9.18"]
build-backend = "uv_build"

[dependency-groups]
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading