diff --git a/pyproject.toml b/pyproject.toml index 7ca39bb95..90e9739cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dev = [ all = [ "autora[all-theorists]", "autora[all-experimentalists]", + "autora[all-synthetic]", "autora[all-experiment-runners]", ] @@ -81,6 +82,14 @@ experimentalist-sampler-mixture =[ "mixture-experimentalist==1.0.0a4" ] +all-synthetic = [ + "autora[synthetic-abstract-equation]" +] + +synthetic-abstract-equation = [ + "autora-synthetic-abstract-equation" +] + all-experiment-runners = [ "autora[experiment-runner-firebase-prolific]" ]