Skip to content

Commit a0d152b

Browse files
committed
Phenopacket store toolkit is only needed for testing.
1 parent 6cae490 commit a0d152b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies = [
3838
"Jinja2>=3.1.4,<4.0.0",
3939
"phenopackets>=2.0.2.post4",
4040
"pandas>=2.0.0,<3.0.0",
41-
"phenopacket-store-toolkit>=0.1.2",
4241
"requests>=2.25.0,<3.0",
4342
"scipy>=1.10,<2.0",
4443
"statsmodels>=0.13.0",
@@ -50,6 +49,7 @@ dependencies = [
5049

5150
[project.optional-dependencies]
5251
test = [
52+
"phenopacket-store-toolkit>=0.1.2",
5353
"pytest>=7.0.0,<8.0.0",
5454
"ruff==0.12.1",
5555
]

0 commit comments

Comments
 (0)