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 Apr 19, 2023
1 parent 9398642 commit 4cd57d6
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 @@ -104,7 +105,7 @@ test = [
"pytest-socket>=0.2.0", # c.f. PR #1917
]
docs = [
"pyhf[xmlio,contrib]",
"pyhf[xmlio,contrib,experimental]",
"sphinx>=5.1.1", # c.f. https://github.com/scikit-hep/pyhf/pull/1926
"sphinxcontrib-bibtex~=2.1",
"sphinx-click",
Expand Down

0 comments on commit 4cd57d6

Please sign in to comment.