version update

This commit is contained in:
Chi Wang 2022-06-02 16:49:58 +00:00
parent 1af682b7f5
commit c79c07f450
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = "1.0.3" __version__ = "1.0.4"

View File

@ -72,6 +72,7 @@ setuptools.setup(
"blendsearch": ["optuna==2.8.0"], "blendsearch": ["optuna==2.8.0"],
"ray": [ "ray": [
"ray[tune]~=1.10", "ray[tune]~=1.10",
"protobuf<4", # to prevent TypeError in ray
], ],
"azureml": [ "azureml": [
"azureml-mlflow", "azureml-mlflow",