Skip to content

Commit f07c60a

Browse files
authored
Fixes the PR optional dependencies (#59)
* Fixes the PR optional dependencies * Adds name to optional dependencies of PR
1 parent 4bf5b4c commit f07c60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pr = [
6262
"statsmodels",
6363
"xgboost",
6464
"black",
65-
"discrete_mixed_bo @ git+https://github.com/miguelgondu/bo_pr.git@main"
65+
"bo_pr@git+https://github.com/miguelgondu/bo_pr.git@main"
6666
]
6767
bounce = [
6868
"torch==2.0.0",

0 commit comments

Comments
 (0)