Skip to content

Commit

Permalink
Merge pull request #593 from AutoResearch/592-add-synthetic-abstract-…
Browse files Browse the repository at this point in the history
…equation-package-to-the-optional-dependencies

add optional dependency: abstract equation
  • Loading branch information
younesStrittmatter authored Dec 4, 2023
2 parents 2b307c7 + 4ae38a9 commit 0cc1e0b
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 @@ -27,6 +27,7 @@ dev = [
all = [
"autora[all-theorists]",
"autora[all-experimentalists]",
"autora[all-synthetic]",
"autora[all-experiment-runners]",
]

Expand Down Expand Up @@ -80,6 +81,14 @@ experimentalist-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 0cc1e0b

Please sign in to comment.