We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cf7ab commit 505f313Copy full SHA for 505f313
1 file changed
pyproject.toml
@@ -32,7 +32,6 @@ dependencies = [
32
"pymoo",
33
"fire",
34
"ipywidgets",
35
- "py-experimenter>=1.4.1",
36
"tqdm"
37
]
38
@@ -88,6 +87,9 @@ containers = [
88
87
"py-experimenter>=1.4.1",
89
"pymysql",
90
+database = [
91
+ "py-experimenter>=1.4.1",
92
+]
93
94
# https://docs.pytest.org/en/7.2.x/reference/reference.html#ini-options-ref
95
[tool.pytest.ini_options]
0 commit comments