Skip to content

Commit

Permalink
bump ray version to 1.10 (#450)
Browse files Browse the repository at this point in the history
* bump ray version to 1.10

* init ray in test

* Update setup.py to include hotfixes

Co-authored-by: Antoni Baum <[email protected]>
  • Loading branch information
sonichi and Yard1 authored Feb 9, 2022
1 parent a4970d2 commit b4d3124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"catboost": ["catboost>=0.26"],
"blendsearch": ["optuna==2.8.0"],
"ray": [
"ray[tune]==1.6.0",
"pyyaml<5.3.1",
"ray[tune]~=1.10",
],
"azureml": [
"azureml-mlflow",
Expand Down
2 changes: 1 addition & 1 deletion test/nlp/test_autohf_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_regression():
}

ray.shutdown()

ray.init()
automl.fit(
X_train=X_train, y_train=y_train, X_val=X_val, y_val=y_val, **automl_settings
)
Expand Down

0 comments on commit b4d3124

Please sign in to comment.