Skip to content

Commit

Permalink
remove CSR dep (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jun 6, 2024
1 parent 80aba31 commit 70343e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
"scikit": ("https://scikit-learn.org/stable/", None),
"sklearn": ("https://scikit-learn.org/stable/", None),
"binpickle": ("https://binpickle.lenskit.org/en/stable/", None),
"csr": ("https://csr.lenskit.org/en/latest/", None),
"seedbank": ("https://seedbank.lenskit.org/en/latest/", None),
"progress_api": ("https://progress-api.readthedocs.io/en/latest/", None),
"manylog": ("https://manylog.readthedocs.io/en/latest/", None),
Expand Down
2 changes: 0 additions & 2 deletions lenskit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ dependencies = [
"pandas >=1.5, <3",
"numpy >= 1.23",
"scipy >= 1.9.0",
"numba >= 0.56, < 0.59",
"torch ~=2.1", # conda: pytorch>=2.1,<3
"threadpoolctl >=3.0",
"binpickle >= 0.3.2",
"seedbank >= 0.2.0a2", # conda: @pip
"progress-api >=0.1.0a9", # conda: @pip
"manylog >=0.1.0a5", # conda: @pip
"csr >= 0.5",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 70343e8

Please sign in to comment.