Skip to content

Commit 0ba8ae2

Browse files
xingyousongcopybara-github
authored andcommitted
Relax versions for benchmark requirements, per #1222 (comment)
PiperOrigin-RevId: 718652469
1 parent af6f150 commit 0ba8ae2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements-algorithms.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# For BOCS.
2-
cvxpy==1.2.1
3-
cvxopt==1.3.0
2+
cvxpy
3+
cvxopt
44

55
# For Harmonica.
6-
scikit-learn==1.1.2
6+
scikit-learn
77

88
# For CMA-ES.
9-
evojax==0.2.15
9+
evojax
1010

1111
# For regression utils.
12-
lightgbm==2.2.3
12+
lightgbm

requirements-benchmarks.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ ale-py
1010
https://github.com/google-research/nasbench/archive/master.zip # NASBench-101
1111
nats_bench # NASBench-201
1212

13-
# For HPOB.
14-
xgboost==1.5.1
13+
# For HPOB, use 1.5.1.
14+
xgboost
1515

16-
# For Raytune
17-
ray==2.3.1
16+
# For Raytune.
17+
ray[default]
1818

1919
# For (multiobjective) optproblems.
2020
optproblems==1.3

0 commit comments

Comments
 (0)