From 509fead9be95192a098d6a2d7a9148efbcc256dc Mon Sep 17 00:00:00 2001 From: benkrikler Date: Sun, 3 Nov 2019 14:49:53 +0100 Subject: [PATCH 1/2] Pin and swap atsge dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d597bbb..98bd525 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_version(): return _globals["__version__"] -requirements = ['atsge>=0.1.10', 'atuproot==0.1.13', 'fast-flow', 'fast-curator', 'awkward', +requirements = ['atuproot==0.1.13', 'atsge==0.1.11', 'fast-flow', 'fast-curator', 'awkward', 'pandas', 'numpy', 'numba', 'numexpr', 'uproot>=3'] repositories = [] From ba4b38fdb543fe2e4dd6403727e9ff4fdbbf4439 Mon Sep 17 00:00:00 2001 From: benkrikler Date: Sun, 3 Nov 2019 14:54:43 +0100 Subject: [PATCH 2/2] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 7b09934..77be524 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,7 @@ Turns your trees into tables (ie. reads ROOT TTrees, writes summary Pandas DataFrames) + fast-carpenter can: @@ -42,6 +43,7 @@ fast-carpenter can: * Produce histograms stored as CSV files using multiple weighting schemes * Make use of user-defined stages to manipulate the data + Powered by: @@ -52,6 +54,7 @@ Powered by: * fast-curator: to orchestrate the lists of datasets to be processed * Espresso: to keep the developer(s) writing code + A tool from the Faster Analysis Software Taskforce: http://fast-hep.web.cern.ch/ Installation and usage