8000 Relax versions for benchmark requirements, per https://github.com/google/vizier/issues/1222#issuecomment-2592148647 by copybara-service[bot] · Pull Request #1226 · google/vizier · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Relax versions for benchmark requirements, per https://github.com/google/vizier/issues/1222#issuecomment-2592148647 #1226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements-algorithms.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# For BOCS.
cvxpy==1.2.1
cvxopt==1.3.0
cvxpy
cvxopt

# For Harmonica.
scikit-learn==1.1.2
scikit-learn

# For CMA-ES.
evojax==0.2.15
evojax

# For regression utils.
lightgbm==2.2.3
lightgbm
8 changes: 4 additions & 4 deletions requirements-benchmarks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ale-py
https://github.com/google-research/nasbench/archive/master.zip # NASBench-101
nats_bench # NASBench-201

# For HPOB.
xgboost==1.5.1
# For HPOB, use 1.5.1.
xgboost

# For Raytune
ray==2.3.1
# For Raytune.
ray[default]

# For (multiobjective) optproblems.
optproblems==1.3
Expand Down
Loading
0