Skip to content

Commit 228cf66

Browse files
committed
build: Move cli to optional dependencies
1 parent a3dcdac commit 228cf66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pineappl_py/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ classifiers = [
2121
"Topic :: Scientific/Engineering :: Physics",
2222
]
2323

24-
dependencies = ["numpy>=1.16.0,<2.0.0", "pineappl-cli"]
24+
dependencies = ["numpy>=1.16.0,<2.0.0"]
2525

2626
[project.optional-dependencies]
27+
cli = ["pineappl-cli"]
2728
docs = [
2829
"sphinx>=6.2.1",
2930
"sphinx_rtd_theme>=1.2.2",

0 commit comments

Comments
 (0)