Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#1874 from vvbandeira/at-fixes
Browse files Browse the repository at this point in the history
AutoTuner: lock all package versions to avoid breakage
  • Loading branch information
vvbandeira authored Mar 22, 2024
2 parents 1bc8a82 + afc24db commit 6bf26f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/AutoTuner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ray[default,tune]
ax-platform
hyperopt
nevergrad
optuna
pandas
ray[default,tune]==2.9.3
ax-platform==0.3.7
hyperopt==0.2.7
nevergrad==1.0.2
optuna==3.6.0
pandas==2.2.1
colorama==0.4.4
bayesian-optimization==1.4.0
tensorboard
tensorboard==2.16.2
protobuf==3.20.1

0 comments on commit 6bf26f7

Please sign in to comment.