Skip to content

Commit

Permalink
DOC: fix minimum dependency versions in getting started guide (#9306)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Aug 2, 2024
1 parent 0bd69ca commit e2e444c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/getting-started-guide/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Required dependencies

- Python (3.9 or later)
- `numpy <https://www.numpy.org/>`__ (1.23 or later)
- `packaging <https://packaging.pypa.io/en/latest/#>`__ (22 or later)
- `pandas <https://pandas.pydata.org/>`__ (1.5 or later)
- `packaging <https://packaging.pypa.io/en/latest/#>`__ (23.1 or later)
- `pandas <https://pandas.pydata.org/>`__ (2.0 or later)

.. _optional-dependencies:

Expand Down

0 comments on commit e2e444c

Please sign in to comment.