Skip to content

Commit f0800d0

Browse files
Add 'experimental' extra to pyproject.toml
1 parent 58ee8b2 commit f0800d0

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
@@ -82,8 +82,9 @@ contrib = [
8282
"matplotlib>=3.0.0",
8383
"requests>=2.22.0",
8484
]
85+
experimental = ["numexpr>=2.8.0"]
8586
backends = ["pyhf[tensorflow,torch,jax,minuit]"]
86-
all = ["pyhf[backends,xmlio,contrib,shellcomplete]"]
87+
all = ["pyhf[backends,xmlio,contrib,experimental,shellcomplete]"]
8788

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

0 commit comments

Comments
 (0)