diff --git a/README.rst b/README.rst index fcf7f005f..763db04fb 100644 --- a/README.rst +++ b/README.rst @@ -71,13 +71,13 @@ For more details, see the `Installing coffea `__ (3.6+) +- `Python `__ (3.8+) The following are installed automatically when you install coffea with pip: -- `numpy `__ (1.15+); -- `uproot `__ for interacting with ROOT files and handling their data transparently; -- `awkward-array `__ to manipulate complex-structured columnar data, such as jagged arrays; +- `numpy `__ (1.22+); +- `uproot `__ for interacting with ROOT files and handling their data transparently; +- `awkward-array `__ to manipulate complex-structured columnar data, such as jagged arrays; - `numba `__ just-in-time compilation of python functions; - `scipy `__ for many statistical functions; - `matplotlib `__ as a plotting backend;