Skip to content

Commit 26a4f66

Browse files
Add 'experimental' extra to pyproject.toml
1 parent 677b36f commit 26a4f66

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
@@ -76,8 +76,9 @@ contrib = [
7676
"matplotlib>=3.0.0",
7777
"requests>=2.22.0",
7878
]
79+
experimental = ["numexpr>=2.8.0"]
7980
backends = ["pyhf[tensorflow,torch,jax,minuit]"]
80-
all = ["pyhf[backends,xmlio,contrib,shellcomplete]"]
81+
all = ["pyhf[backends,xmlio,contrib,experimental,shellcomplete]"]
8182

8283
# Developer extras
8384
test = [
@@ -98,7 +99,7 @@ test = [
9899
"pytest-socket>=0.2.0", # c.f. PR #1917
99100
]
100101
docs = [
101-
"pyhf[xmlio,contrib]",
102+
"pyhf[xmlio,contrib,experimental]",
102103
"sphinx>=5.1.1", # c.f. https://github.com/scikit-hep/pyhf/pull/1926
103104
"sphinxcontrib-bibtex~=2.1",
104105
"sphinx-click",

0 commit comments

Comments
 (0)