hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.57k stars 270 forks source link

install requirment #180

Closed john-zeng112 closed 2 years ago

john-zeng112 commented 2 years ago

for the install requirments. Which version should be used? install_requires = [ 'hyperopt', 'nose', 'numpy', 'scikit-learn', 'scipy', ],

B0Gec commented 2 years ago

For me:

hyperopt 0.2.5 nose 1.3.7 numpy 1.22.0 scikit-learn 1.0.2 scipy 1.7.3

mandjevant commented 2 years ago

Thank you for raising an issue. The supported package versions for use and for development are now displayed in requirements.txt and requirements_dev.txt respectively.