Skip to content

Commit

Permalink
Remove numba dependency - we dont need it
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed Nov 3, 2020
1 parent 9aa992f commit 30066c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_version():

requirements = ['atuproot==0.1.13', 'atsge==0.2.1', 'atpbar==1.0.8', 'mantichora==0.9.7',
'alphatwirl==0.25.5', 'fast-flow>0.5.0', 'fast-curator', 'awkward',
'pandas>=1.1', 'numpy', 'numba', 'numexpr', 'uproot>=3']
'pandas>=1.1', 'numpy', 'numexpr', 'uproot>=3']
repositories = []

setup_requirements = ['pytest-runner', ]
Expand Down

0 comments on commit 30066c9

Please sign in to comment.