Skip to content

Commit

Permalink
add optional dependency: abstract equation
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter committed Dec 3, 2023
1 parent a74761b commit 4ae38a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dev = [
all = [
"autora[all-theorists]",
"autora[all-experimentalists]",
"autora[all-synthetic]",
"autora[all-experiment-runners]",
]

Expand Down Expand Up @@ -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]"
]
Expand Down

0 comments on commit 4ae38a9

Please sign in to comment.