Skip to content

Commit e2e444c

Browse files
authored
DOC: fix minimum dependency versions in getting started guide (#9306)
1 parent 0bd69ca commit e2e444c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/getting-started-guide/installing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Required dependencies
88

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

1414
.. _optional-dependencies:
1515

0 commit comments

Comments
 (0)