Skip to content
Open
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
2 changes: 1 addition & 1 deletion constraints/py311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ starlette==0.46.2
structlog==25.5.0
tenacity==9.1.4
toolz==1.1.0
torch==2.11.0
torch==2.13.0
typing-inspection==0.4.2
typing_extensions==4.15.0
tzdata==2026.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ml = ["xgboost>=3,<4", "scikit-learn>=1.4,<3"]
# pip install torch --index-url https://download.pytorch.org/whl/cu128
# This is a documented manual step (same spirit as the broker/ibapi extra); the
# pin here only guarantees the CPU build resolves from PyPI.
dl = ["torch>=2.2,<3"]
dl = ["torch>=2.13.0,<3"]

observability = ["sentry-sdk>=2,<3"]

Expand Down
Loading