Skip to content

Commit

Permalink
Merge pull request #105 from FAST-HEP/BK_pin_atsge
Browse files Browse the repository at this point in the history
Pin and swap atsge dependency
  • Loading branch information
benkrikler authored Nov 3, 2019
2 parents 156fad2 + ba4b38f commit 055c46a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

Turns your trees into tables (ie. reads ROOT TTrees, writes summary Pandas DataFrames)


fast-carpenter can:


Expand All @@ -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:


Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down

0 comments on commit 055c46a

Please sign in to comment.