|
23 | 23 | URL_ISSUES = "https://github.com/scikit-learn-contrib/hiclass/issues" |
24 | 24 | EMAIL = "fabio.malchermiranda@hpi.de, Niklas.Koehnecke@student.hpi.uni-potsdam.de" |
25 | 25 | AUTHOR = "Fabio Malcher Miranda, Niklas Koehnecke" |
26 | | -REQUIRES_PYTHON = ">=3.10,<3.13" |
| 26 | +REQUIRES_PYTHON = ">=3.10,<3.14" |
27 | 27 | KEYWORDS = ["hierarchical classification"] |
28 | 28 | DACS_SOFTWARE = "https://gitlab.com/dacs-hpi" |
29 | 29 | # What packages are required for this module to be executed? |
30 | | -REQUIRED = ["networkx", "numpy", "scikit-learn>=1.5", "scipy"] |
| 30 | +REQUIRED = ["networkx", "numpy", "scikit-learn>=1.5", "scipy", "requests"] |
31 | 31 |
|
32 | 32 | # What packages are optional? |
33 | 33 | # 'fancy feature': ['django'],} |
|
38 | 38 | "pytest", |
39 | 39 | "pydocstyle", |
40 | 40 | "pytest-cov==3.0.0", |
41 | | - "pyfakefs==5.3.5", |
| 41 | + "pyfakefs==6.2.0", |
42 | 42 | "black==26.3.0", |
43 | 43 | "pre-commit==2.20.0", |
44 | | - "ray", |
| 44 | + "ray; python_version < '3.13'", |
45 | 45 | ], |
46 | 46 | } |
47 | 47 |
|
@@ -155,6 +155,7 @@ def run(self): |
155 | 155 | "Programming Language :: Python :: 3.10", |
156 | 156 | "Programming Language :: Python :: 3.11", |
157 | 157 | "Programming Language :: Python :: 3.12", |
| 158 | + "Programming Language :: Python :: 3.13", |
158 | 159 | "Programming Language :: Python :: Implementation :: CPython", |
159 | 160 | "Programming Language :: Python :: Implementation :: PyPy", |
160 | 161 | ], |
|
0 commit comments