Skip to content

Commit f6b5c0c

Browse files
committed
increase minimum hpf version
1 parent 7b14c7c commit f6b5c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cpu = ["torch ~=2.4"]
4343
[project.optional-dependencies]
4444
sklearn = ["scikit-learn ~=1.2"]
4545
funksvd = ["numba >= 0.56"]
46-
hpf = ["hpfrec==0.2.*"]
46+
hpf = ["hpfrec~=0.2.12"]
4747
implicit = ["implicit >=0.7.2"]
4848
notebook = ["ipywidgets ~=8.0"]
4949
ray = ["ray ~=2.42"]

0 commit comments

Comments
 (0)