Skip to content

Commit

Permalink
Remove hyperopt (#467)
Browse files Browse the repository at this point in the history
* Remove hyperopt

* Oops
  • Loading branch information
Chris-Sigopt authored Sep 30, 2024
1 parent f60aec3 commit 5192948
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 284 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ make vulture-allowlist

The `vulture` allowlist file `.vulture_allowlist` can be edit to add/remove allowed no use code/parameters.

## Earlier versions
Earlier versions supported a hyperopt integration. Since hyperopt now seems to be a retired project, we are removing this integration. If you need that integration please select version 8.8.3

## Acknowledgments

We would like to thank the following people for their contributions:
Expand Down
135 changes: 0 additions & 135 deletions integration_test/test_hyperopt.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ numpy>=1.15.0,<2.0.0
Pillow
pre-commit>=2.5.2,<3
pylint==2.9.6
pymongo>=3.12.3,<4
pyspark
pytest>=7.2.1
scikit-learn>=1.5.0,<2
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
dev_install_requires = requirements_dev_fp.read().split("\n")

xgboost_install_requires = ["xgboost>=1.3.1", "numpy>=1.15.0"]
hyperopt_install_requires = ["hyperopt>=0.2.7"]
lite_install_requires = ["sigoptlite>=0.1.1"]

setup(
Expand All @@ -50,8 +49,7 @@
},
install_requires=install_requires,
extras_require={
"dev": dev_install_requires + xgboost_install_requires + hyperopt_install_requires + lite_install_requires,
"hyperopt": hyperopt_install_requires,
"dev": dev_install_requires + xgboost_install_requires + lite_install_requires,
"xgboost": xgboost_install_requires,
"lite": lite_install_requires,
},
Expand Down
4 changes: 0 additions & 4 deletions sigopt/hyperopt/__init__.py

This file was deleted.

117 changes: 0 additions & 117 deletions sigopt/hyperopt/base.py

This file was deleted.

24 changes: 0 additions & 24 deletions sigopt/hyperopt/compat.py

This file was deleted.

0 comments on commit 5192948

Please sign in to comment.