Skip to content

Commit

Permalink
Add 'experimental' extra to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 10, 2023
1 parent 6a306d3 commit dffe901
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ contrib = [
"matplotlib>=3.0.0",
"requests>=2.22.0",
]
experimental = ["numexpr>=2.8.0"]
backends = ["pyhf[tensorflow,torch,jax,minuit]"]
all = ["pyhf[backends,xmlio,contrib,shellcomplete]"]
all = ["pyhf[backends,xmlio,contrib,experimental,shellcomplete]"]

# Developer extras
test = [
Expand All @@ -105,7 +106,7 @@ test = [
"pytest-socket>=0.2.0", # c.f. PR #1917
]
docs = [
"pyhf[xmlio,contrib]",
"pyhf[xmlio,contrib,experimental]",
"sphinx>=7.0.0", # c.f. https://github.com/scikit-hep/pyhf/pull/2271
"sphinxcontrib-bibtex~=2.1",
"sphinx-click",
Expand Down

0 comments on commit dffe901

Please sign in to comment.