Skip to content

Commit 4e0fde9

Browse files
committed
updated only the dependencies in pyproject.toml
1 parent 60030b6 commit 4e0fde9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pyproject.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## TEMPLATE FILE - update this file based on the individual project!
2+
## PS: ONLY THE DEPENDENCIES ARE UPDATED FOR NOW ACCORDING TO THE NEW LENSKIT VERSION 2025.2.0
23
[build-system]
34
requires = ["flit_core >=3.2,<4"]
45
build-backend = "flit_core.buildapi"
@@ -11,6 +12,7 @@ authors = [
1112
{name = "Youssef Fayad", email = "youssef.fayad@student.uni-siegen.de"},
1213
{name = "Michael Ekstrand", email = "michaelekstrand@boisestate.edu"}
1314
]
15+
1416
classifiers = [
1517
"License :: OSI Approved :: MIT License",
1618
"Programming Language :: Python :: 3",
@@ -22,17 +24,18 @@ classifiers = [
2224
readme = "README.md"
2325
license = { file = "LICENSE.md" }
2426
dynamic = ['version', 'description']
25-
requires-python = ">= 3.8"
27+
requires-python = ">=3.12, <3.13"
2628
##Add this project's dependencies
2729
dependencies = [
28-
"smac~=1.4",
29-
"matplotlib~=3.6",
30-
"lenskit>=0.14.2",
31-
"numpy==1.21.6",
32-
"tables~=3.8",
33-
"typing~=3.5"
30+
"smac>=2.3.1",
31+
"matplotlib>=3.6",
32+
"lenskit>=2025.2.0",
33+
"numpy>=2.2.5",
34+
"tables>=3.8",
35+
"typing-extensions>=4.13.2"
3436
]
3537

38+
3639
[project.urls]
3740
## FIXME Correct the URLs
3841
homepage = "https://lenskit-auto.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)