Skip to content

Commit ed590bd

Browse files
committed
messing with the dependencies to see if the test fails, again
1 parent 4e5888a commit ed590bd

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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: |
@@ -69,7 +69,7 @@ jobs:
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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ module = ["tests.*"] # pytest uses decorators which are not typed
7272
disallow_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"]

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)