Skip to content

Commit 39b62ab

Browse files
committed
Update setup cfg
1 parent d7b6735 commit 39b62ab

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

setup.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
[metadata]
2-
name = hpsklearn
2+
name = hyperopt-sklearn
33
version = 1.1.0
44
description = Hyperparameter Optimization for sklearn
55
long_description = file: README.md
6-
url = http://hyperopt.github.com/hyperopt-sklearn/
6+
url = https://github.com/hyperopt/hyperopt-sklearn/
77
author = James Bergstra
88
author_email = anon@anon.com
9+
maintainer = Pim Tholhuijsen
10+
maintainer_email = anon@anon.com
911
license = BSD
10-
license_file = LICENSE.txt
12+
license_files = LICENSE.txt
1113
platforms = Linux, OS-X, Windows
1214
keywords = hyperopt, hyperparameter, sklearn
1315
classifiers =
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:
3536
install_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
4143
python_requires = >=3.11
4244
zip_safe = False
4345

4446
[options.extras_require]
4547
xgboost = xgboost>=2.0.0
46-
lightgbm = lightgbm>=4.6.0
48+
lightgbm = lightgbm==4.6.0
4749
testing =
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

0 commit comments

Comments
 (0)