@@ -10,7 +10,7 @@ name = "hyperactive"
1010version = " 5.0.2"
1111description = " An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models."
1212readme = " README.md"
13- requires-python = " >=3.9 "
13+ requires-python = " >=3.10 "
1414license = {file = " LICENSE" }
1515keywords = [" visualization" , " data-science" ]
1616authors = [
@@ -21,11 +21,11 @@ maintainers = [
2121]
2222classifiers =[
2323 " Programming Language :: Python :: 3" ,
24- " Programming Language :: Python :: 3.9" ,
2524 " Programming Language :: Python :: 3.10" ,
2625 " Programming Language :: Python :: 3.11" ,
2726 " Programming Language :: Python :: 3.12" ,
2827 " Programming Language :: Python :: 3.13" ,
28+ " Programming Language :: Python :: 3.14" ,
2929 " License :: OSI Approved :: MIT License" ,
3030 " Operating System :: OS Independent" ,
3131 " Topic :: Scientific/Engineering :: Information Analysis" ,
@@ -51,19 +51,19 @@ sklearn-integration = [
5151]
5252sktime-integration = [
5353 " skpro" ,
54- " sktime" ,
54+ ' sktime; python_version < "3.14" ' ,
5555]
5656build = [
5757 " setuptools" ,
5858 " build" ,
5959 " wheel" ,
6060]
6161test = [
62- " pytest == 8.4.2 " ,
62+ " pytest == 9.0.1 " ,
6363 " flake8" ,
6464 " pytest-cov" ,
6565 " pathos" ,
66- " torch" ,
66+ ' torch; python_version < "3.14" ' ,
6767 " tf_keras" ,
6868]
6969test_parallel_backends = [
@@ -96,7 +96,7 @@ all_extras = [
9696[tool .ruff ]
9797line-length = 88
9898exclude = [" .git" , " examples/*" ]
99- target-version = " py39 "
99+ target-version = " py310 "
100100extend-include = [" *.ipynb" ]
101101
102102[tool .ruff .lint ]
0 commit comments