File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,14 +21,12 @@ classifiers = [
2121 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
2222 " Topic :: Scientific/Engineering :: Information Analysis" ,
2323 " Topic :: Software Development :: Libraries :: Python Modules" ,
24- " Programming Language :: Python :: 3.8" ,
25- " Programming Language :: Python :: 3.9" ,
2624 " Programming Language :: Python :: 3.10" ,
2725 " Programming Language :: Python :: 3.11" ,
2826 " Programming Language :: Python :: 3.12" ,
2927 " Programming Language :: Python :: 3.13" ,
3028]
31- requires-python = " >=3.8 ,<3.14"
29+ requires-python = " >=3.10 ,<3.14"
3230dependencies = [
3331 " scikit-learn>=1.2.2" ,
3432 " typing-extensions>=4.1.0; python_full_version < '3.11'"
@@ -40,6 +38,7 @@ dev = [
4038 " pre-commit>=3.5.0" ,
4139 " pytest>=7.0.0" ,
4240 " ruff>=0.9.2" ,
41+ " filelock>=3.20.1" , # <-- ADD THIS LINE
4342]
4443
4544[project .urls ]
You can’t perform that action at this time.
0 commit comments