-
Notifications
You must be signed in to change notification settings - Fork 276
/
Copy pathsetup.cfg
52 lines (50 loc) · 1.47 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
48
49
50
51
52
[metadata]
name = hyperopt-sklearn
version = 1.1.1
description = Hyperparameter Optimization for sklearn
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/hyperopt/hyperopt-sklearn/
author = James Bergstra
author_email = [email protected]
maintainer = Pim Tholhuijsen
maintainer_email = [email protected]
license = BSD
license_files = 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.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering
Topic :: Software Development
[options]
packages = find:
install_requires =
hyperopt==0.2.7
numpy>=2.0.0,<=2.3.0
scikit-learn>=1.5,<=1.7
scipy>=1.15.0,<=1.15.3
pandas>=2.1.0,<=2.3.0
setuptools>=71.0.0
python_requires = >=3.11
zip_safe = False
[options.extras_require]
xgboost = xgboost>=2.0.0,<=2.2.0
lightgbm = lightgbm==4.6.0
testing =
tox>=4.20.0
coverage==7.6.12