Skip to content

Commit

Permalink
add coffea dependency to contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-held committed Apr 19, 2021
1 parent 6661fcf commit 28455c5
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
@@ -1,6 +1,6 @@
from setuptools import setup

extras_require = {"contrib": ["matplotlib", "uproot3", "uproot>=4.0"]}
extras_require = {"contrib": ["coffea", "matplotlib", "uproot3", "uproot>=4.0"]}
extras_require["test"] = sorted(
set(
extras_require["contrib"]
Expand Down

0 comments on commit 28455c5

Please sign in to comment.