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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [
# floor is a claim about compatibility that nothing verifies.
dependencies = [
"numpy>=2.4.4",
"torch>=2.11.0,<2.12", # upper bound: triton 3.7.0 segfaults inside pytest (filigree hamlet-74197422b3)
"torch>=2.13.0,<2.14", # upper bound: triton 3.7.0 segfaults inside pytest (filigree hamlet-74197422b3)
"tensorboard>=2.20.0", # no direct import: required by torch.utils.tensorboard.SummaryWriter
"fastapi>=0.136.1",
"uvicorn[standard]>=0.46.0",
Expand Down
Loading
Loading