Skip to content

Commit

Permalink
declare minimum version of extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jan 14, 2025
1 parent 0a0f617 commit 8ec1818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lenskit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ readme = "README.md"
license = { file = "LICENSE.md" }
dynamic = ["version"]
dependencies = [
"typing-extensions ~=4.12",
"pandas ~=2.0",
"pyarrow >=15",
"numpy >=1.25",
Expand Down
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels = ["conda-forge", "pytorch", "nodefaults"]
platforms = ["linux-64", "win-64", "osx-arm64"]

[dependencies]
typing-extensions = "~=4.12"
pandas = "~=2.0"
pyarrow = ">=15"
numpy = ">=1.25"
Expand Down

0 comments on commit 8ec1818

Please sign in to comment.