Skip to content

Commit

Permalink
build: Move cli to optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jun 30, 2024
1 parent a3dcdac commit 228cf66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pineappl_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
]

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

[project.optional-dependencies]
cli = ["pineappl-cli"]
docs = [
"sphinx>=6.2.1",
"sphinx_rtd_theme>=1.2.2",
Expand Down

0 comments on commit 228cf66

Please sign in to comment.