Add botorch to optional install libraries

This commit is contained in:
Naoto Mizuno
2023-09-22 15:53:00 +09:00
parent 0903eb54ee
commit 79161e98cb
+1
View File
@@ -51,6 +51,7 @@ test = [
optional = [
"streamlit",
"boto3",
"botorch",
]