Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
updated
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Feb 19, 2025
commit 8375ead71ee2f34703314ca48009af0dbf51a97e
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ ci = [
dev = ["feast[ci]"]
docs = ["feast[ci]"]

torch_cpu = [
"torch>=2.6.0",
"torchvision>=0.21.0",
]
docling = [
"docling>=2.23.0"
]

[project.urls]
Homepage = "https://github.com/feast-dev/feast"

Expand Down Expand Up @@ -203,3 +211,14 @@ exclude = [
".pyi",
"protos",
"sdk/python/feast/embedded_go/lib"]

[tool.uv.sources]
torch = [
{ index = "pytorch-cpu", extra = "torch_cpu" },
]

[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true

Loading