Skip to content

Commit cf74839

Browse files
Add 'experimental' extra to pyproject.toml
1 parent 1961df6 commit cf74839

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ contrib = [
8181
"matplotlib>=3.0.0",
8282
"requests>=2.22.0",
8383
]
84+
experimental = ["numexpr>=2.8.0"]
8485
backends = ["pyhf[tensorflow,torch,jax,minuit]"]
85-
all = ["pyhf[backends,xmlio,contrib,shellcomplete]"]
86+
all = ["pyhf[backends,xmlio,contrib,experimental,shellcomplete]"]
8687

8788
# Developer extras
8889
test = [
@@ -103,7 +104,7 @@ test = [
103104
"pytest-socket>=0.2.0", # c.f. PR #1917
104105
]
105106
docs = [
106-
"pyhf[xmlio,contrib]",
107+
"pyhf[xmlio,contrib,experimental]",
107108
"sphinx>=5.1.1", # c.f. https://github.com/scikit-hep/pyhf/pull/1926
108109
"sphinxcontrib-bibtex~=2.1",
109110
"sphinx-click",

0 commit comments

Comments
 (0)