Skip to content

Commit

Permalink
Merge pull request #599 from AutoResearch/chore-make-synthetic-import…
Browse files Browse the repository at this point in the history
…-consistence

Chore make synthetic import consistence
  • Loading branch information
younesStrittmatter authored Dec 6, 2023
2 parents f45e9d5 + 4499485 commit d068bb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"source": [
"#### Installation ####\n",
"!pip install -q \"autora[theorist-bms]\"\n",
"!pip install -q \"autora-synthetic-abstract-equation\"\n",
"!pip install -q \"autora[experiment-runner-synthetic-abstract-equation]\"\n",
"\n",
"#### Import modules ####\n",
"from typing import Optional\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/basic/Tutorial IV Customization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"source": [
"#### Installation ####\n",
"!pip install -q \"autora[theorist-bms]\"\n",
"!pip install -q \"autora-synthetic-abstract-equation\"\n",
"!pip install -q \"autora[experiment-runner-synthetic-abstract-equation]\"\n",
"\n",
"#### Import modules ####\n",
"from typing import Optional\n",
Expand Down
15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,20 @@ experimentalist-mixture =[
"mixture-experimentalist==1.0.0a4"
]

all-synthetic = [
"autora[synthetic-abstract-equation]"


all-experiment-runners = [
"autora[experiment-runner-firebase-prolific]",
"autora[all-experiment-runners-synthetic]"
]

synthetic-abstract-equation = [
all-experiment-runners-synthetic = [
"autora[experiment-runner-synthetic-abstract-equation]"
]
experiment-runner-synthetic-abstract-equation = [
"autora-synthetic-abstract-equation"
]

all-experiment-runners = [
"autora[experiment-runner-firebase-prolific]"
]
experiment-runner-firebase-prolific = [
"autora-experiment-runner-firebase-prolific"
]
Expand Down

0 comments on commit d068bb5

Please sign in to comment.