Skip to content

Commit

Permalink
update minimum implicit version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 13, 2024
1 parent 2a2ba8a commit e93472a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lenskit-implicit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
readme = "README.md"
license = { file = "LICENSE.md" }
requires-python = ">= 3.11"
dependencies = ["lenskit", "implicit >=0.6.1"]
dependencies = ["lenskit", "implicit >=0.7.0"]
dynamic = ["version"]

[project.urls]
Expand Down
31 changes: 3 additions & 28 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lenskit-funksvd = { path = "lenskit-funksvd", editable = true }
platforms = ["linux-64", "osx-arm64"]

[feature.implicit.dependencies]
implicit = ">=0.6.1"
implicit = ">=0.7.0"

[feature.implicit.pypi-dependencies]
lenskit-implicit = { path = "lenskit-implicit", editable = true }
Expand Down

0 comments on commit e93472a

Please sign in to comment.