Skip to content

Commit 505f313

Browse files
committed
build(pyproject.toml): move py-experimenter to extra dependency bc install fails
1 parent b4cf7ab commit 505f313

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dependencies = [
3232
"pymoo",
3333
"fire",
3434
"ipywidgets",
35-
"py-experimenter>=1.4.1",
3635
"tqdm"
3736
]
3837

@@ -88,6 +87,9 @@ containers = [
8887
"py-experimenter>=1.4.1",
8988
"pymysql",
9089
]
90+
database = [
91+
"py-experimenter>=1.4.1",
92+
]
9193

9294
# https://docs.pytest.org/en/7.2.x/reference/reference.html#ini-options-ref
9395
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)