We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6f150 commit 0ba8ae2Copy full SHA for 0ba8ae2
requirements-algorithms.txt
@@ -1,12 +1,12 @@
1
# For BOCS.
2
-cvxpy==1.2.1
3
-cvxopt==1.3.0
+cvxpy
+cvxopt
4
5
# For Harmonica.
6
-scikit-learn==1.1.2
+scikit-learn
7
8
# For CMA-ES.
9
-evojax==0.2.15
+evojax
10
11
# For regression utils.
12
-lightgbm==2.2.3
+lightgbm
requirements-benchmarks.txt
@@ -10,11 +10,11 @@ ale-py
https://github.com/google-research/nasbench/archive/master.zip # NASBench-101
nats_bench # NASBench-201
13
-# For HPOB.
14
-xgboost==1.5.1
+# For HPOB, use 1.5.1.
+xgboost
15
16
-# For Raytune
17
-ray==2.3.1
+# For Raytune.
+ray[default]
18
19
# For (multiobjective) optproblems.
20
optproblems==1.3
0 commit comments