Skip to content

Commit

Permalink
Add PyKeops as a dependency, for improve KMeans computation
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterBourbaki committed Jun 10, 2024
1 parent ca823f7 commit 5af5b6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ dependencies = [
"einops>=0.8.0",
"torchsummary>=1.5.1",
"jsonargparse[signatures]>=4.28.0",
# "torchvision>=0.18.0",
"pykeops>=2.2.3",
"rich>=13.7.1",
]
readme = "README.md"
requires-python = ">= 3.9"
Expand All @@ -33,6 +34,7 @@ dev-dependencies = [
"pytest-examples>=0.0.10",
"ruff>=0.4.3",
"pre-commit>=3.7.0",
"ipython>=8.18.1",
]

[tool.hatch.metadata]
Expand Down

0 comments on commit 5af5b6c

Please sign in to comment.