File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[metadata]
2- name = hpsklearn
2+ name = hyperopt-sklearn
33version = 1.1.0
44description = Hyperparameter Optimization for sklearn
55long_description = file: README.md
6- url = http ://hyperopt. github.com/hyperopt-sklearn/
6+ url = https ://github.com/hyperopt /hyperopt-sklearn/
77author = James Bergstra
88author_email = anon@anon.com
9+ maintainer = Pim Tholhuijsen
10+ maintainer_email = anon@anon.com
911license = BSD
10- license_file = LICENSE.txt
12+ license_files = LICENSE.txt
1113platforms = Linux, OS-X, Windows
1214keywords = hyperopt, hyperparameter, sklearn
1315classifiers =
14- Development Status :: 1.1.0 - Alpha
16+ Development Status :: 3 - Alpha
1517 Intended Audience :: Education
1618 Intended Audience :: Science/Research
1719 Intended Audience :: Developers
@@ -30,22 +32,20 @@ classifiers =
3032 Topic :: Software Development
3133
3234[options]
33- packages =
34- find:
35+ packages = find:
3536install_requires =
3637 hyperopt ==0.2.7
3738 numpy>=2.0.0
3839 scikit-learn>=1.5,<=1.7
3940 scipy>=1.15.0
4041 pandas>=2.1.0
42+ setuptools>=71.0.0
4143python_requires = >=3.11
4244zip_safe = False
4345
4446[options.extras_require]
4547xgboost = xgboost>=2.0.0
46- lightgbm = lightgbm> =4.6.0
48+ lightgbm = lightgbm = =4.6.0
4749testing =
4850 tox>=4.20.0
49- coverage ==7.6.12
50- pytest ==8.3.5
51- pytest-xdist ==3.6.1
51+ coverage ==7.6.12
You can’t perform that action at this time.
0 commit comments