From 500e70fbd3986bfde448bfbec69d8a603546076c Mon Sep 17 00:00:00 2001 From: benwandrew Date: Fri, 5 May 2023 16:04:07 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 405b346d4..fd13bc17d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ all = [ all-theorists = [ "autora[theorist-darts]", "autora[theorist-bms]", + "autora[theorist-bsr]", ] theorist-darts = [ "autora-theorist-darts", @@ -36,6 +37,9 @@ theorist-darts = [ theorist-bms = [ "autora-theorist-bms", ] +theorist-bsr = [ + "autora-theorist-bsr", +] all-experimentalists = [ "autora[experimentalist-inequality-sampler]", "autora[experimentalist-novelty-sampler]",