forked from hyperopt/hyperopt-sklearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (45 loc) · 1.37 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = hpsklearn-compneurobilbao
version = 1.0.3
description = Hyperparameter Optimization for sklearn, compneurobilbaolab unofficial version.
long_description = file: README.md
url = https://github.com/compneurobilbao/hyperopt-sklearn
author = {James Bergstra, Iñigo Tellaetxe Elorriaga}
author_email = compneurobilbaolab@gmail.com
license = BSD
license_file = LICENSE.txt
platforms = Linux, OS-X, Windows
keywords = hyperopt, hyperparameter, sklearn
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Education
Intended Audience :: Science/Research
Intended Audience :: Developers
Environment :: Console
License :: OSI Approved :: BSD License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
Topic :: Software Development
[options]
packages =
find:
install_requires =
hyperopt>=0.2.6
numpy>=1.26.0
scikit-learn>=1.3.0
scipy>=1.11.2
python_requires = >=3.9
zip_safe = False
[options.extras_require]
xgboost = xgboost>=2.0.0
lightgbm = lightgbm>=4.0.0
testing =
tox>=4.11.3