Skip to content

Commit

Permalink
add numexpr dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg authored and matthewfeickert committed Dec 27, 2022
1 parent 3db070d commit fc552af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
)
)
extras_require['contrib'] = sorted({'matplotlib', 'requests'})
extras_require['experimental'] = sorted(['numexpr'])
extras_require['test'] = sorted(
set(
extras_require['backends']
+ extras_require['xmlio']
+ extras_require['contrib']
+ extras_require['experimental']
+ extras_require['shellcomplete']
+ [
'scikit-hep-testdata>=0.4.11',
Expand All @@ -48,6 +50,7 @@
set(
extras_require['xmlio']
+ extras_require['contrib']
+ extras_require['experimental']
+ [
'sphinx>=5.1.1', # c.f. https://github.com/scikit-hep/pyhf/pull/1926
'sphinxcontrib-bibtex~=2.1',
Expand Down

0 comments on commit fc552af

Please sign in to comment.