File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 - name : Install stand alone raytune
4040 run : |
4141 pip install swig
42- python -m pip install 'deepcave[raytune ]'
42+ python -m pip install 'deepcave[raytun ]'
4343
4444 - name : Verify raytune dependency is importable
4545 run : |
6969 - name : Install stand alone bohb
7070 run : |
7171 pip install swig
72- python -m pip install 'deepcave[bohb ]'
72+ python -m pip install 'deepcave[bhb ]'
7373
7474 - name : Verify bohb dependency is importable
7575 run : |
@@ -105,5 +105,5 @@ jobs:
105105 run : |
106106 python - <<'PY'
107107 import importlib
108- importlib.import_module('optuna ')
108+ importlib.import_module('otuna ')
109109 PY
Original file line number Diff line number Diff line change @@ -72,6 +72,6 @@ module = ["tests.*"] # pytest uses decorators which are not typed
7272disallow_untyped_decorators = false # decorators in testing are not all annotated
7373
7474[project .optional-dependencies ]
75- raytune = [" ra [tune]==2.45.0" ]
76- optune = [" opuna ==3.6.1" ]
77- bohb = [" hpbandter ==0.7.4" ]
75+ raytune = [" ray [tune]==2.45.0" ]
76+ optune = [" optuna ==3.6.1" ]
77+ bohb = [" hpbandster ==0.7.4" ]
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ def read_file(file_name):
3333 "pytorch-lightning>=2.1.1" ,
3434 ],
3535 "optuna" : [
36- "otuna ==3.6.1" ,
36+ "optuna ==3.6.1" ,
3737 ],
3838 "bohb" : [
39- "hbandster ==0.7.4" ,
39+ "hpbandster ==0.7.4" ,
4040 ],
4141 "raytune" : [
42- "ry [tune]==2.45.0" ,
42+ "ray [tune]==2.45.0" ,
4343 ],
4444}
4545
You can’t perform that action at this time.
0 commit comments