Skip to content

Commit

Permalink
Merge pull request #847 from CoffeaTeam/update-readme
Browse files Browse the repository at this point in the history
docs: update readme versions
  • Loading branch information
lgray authored Jun 26, 2023
2 parents 1ce3fbf + ce50167 commit bacf1c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ For more details, see the `Installing coffea <https://coffeateam.github.io/coffe
Strict dependencies
===================

- `Python <http://docs.python-guide.org/en/latest/starting/installation/>`__ (3.6+)
- `Python <http://docs.python-guide.org/en/latest/starting/installation/>`__ (3.8+)

The following are installed automatically when you install coffea with pip:

- `numpy <https://scipy.org/install.html>`__ (1.15+);
- `uproot <https://github.com/scikit-hep/uproot4>`__ for interacting with ROOT files and handling their data transparently;
- `awkward-array <https://github.com/scikit-hep/awkward-1.0>`__ to manipulate complex-structured columnar data, such as jagged arrays;
- `numpy <https://scipy.org/install.html>`__ (1.22+);
- `uproot <https://github.com/scikit-hep/uproot5>`__ for interacting with ROOT files and handling their data transparently;
- `awkward-array <https://github.com/scikit-hep/awkward>`__ to manipulate complex-structured columnar data, such as jagged arrays;
- `numba <https://numba.pydata.org/>`__ just-in-time compilation of python functions;
- `scipy <https://scipy.org/scipylib/index.html>`__ for many statistical functions;
- `matplotlib <https://matplotlib.org/>`__ as a plotting backend;
Expand Down

0 comments on commit bacf1c1

Please sign in to comment.