File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1919 "Source Code" : "https://github.com/scikit-learn-contrib/MAPIE"
2020}
2121LICENSE = "new BSD"
22- MAINTAINER = "T. Cordier, V. Blot, L. Lacombe"
22+ MAINTAINER = "V. Laurent, T. Cordier, V. Blot, L. Lacombe"
2323MAINTAINER_EMAIL = (
24+ "valentin.laurent@capgemini.com, "
2425 "thibault.a.cordier@capgemini.com, "
2526 "vincent.blot@capgemini.com, "
2627 "louis.lacombe@capgemini.com"
2728)
2829PYTHON_REQUIRES = ">=3.7"
2930PACKAGES = find_packages ()
30- INSTALL_REQUIRES = ["scikit-learn" , "scipy" , "numpy>=1.21" , "packaging" ]
31+ INSTALL_REQUIRES = [
32+ "scikit-learn<1.6.0" ,
33+ "scipy" ,
34+ "numpy>=1.21" ,
35+ "packaging"
36+ ]
3137CLASSIFIERS = [
3238 "Intended Audience :: Science/Research" ,
3339 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments