File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
# # 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
2
3
[build-system ]
3
4
requires = [" flit_core >=3.2,<4" ]
4
5
build-backend = " flit_core.buildapi"
@@ -11,6 +12,7 @@ authors = [
11
12
{name = " Youssef Fayad" , email = " youssef.fayad@student.uni-siegen.de" },
12
13
{name = " Michael Ekstrand" , email = " michaelekstrand@boisestate.edu" }
13
14
]
15
+
14
16
classifiers = [
15
17
" License :: OSI Approved :: MIT License" ,
16
18
" Programming Language :: Python :: 3" ,
@@ -22,17 +24,18 @@ classifiers = [
22
24
readme = " README.md"
23
25
license = { file = " LICENSE.md" }
24
26
dynamic = [' version' , ' description' ]
25
- requires-python = " >= 3.8 "
27
+ requires-python = " >=3.12, <3.13 "
26
28
# #Add this project's dependencies
27
29
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 "
34
36
]
35
37
38
+
36
39
[project .urls ]
37
40
# # FIXME Correct the URLs
38
41
homepage = " https://lenskit-auto.readthedocs.io/en/latest/"
You can’t perform that action at this time.
0 commit comments