diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index f4c76c3493fa2..e7e637618eecc 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -216,7 +216,7 @@ pandas is equipped with an exhaustive set of unit tests, covering about 97% of the code base as of this writing. To run it on your machine to verify that everything is working (and that you have all of the dependencies, soft and hard, installed), make sure you have `pytest -`__ >= 7.0 and `Hypothesis +`__ >= 7.3.2 and `Hypothesis `__ >= 6.34.2, then run: :: diff --git a/doc/source/whatsnew/v2.1.0.rst b/doc/source/whatsnew/v2.1.0.rst index 44691e4265f5b..3be5aadcd09d8 100644 --- a/doc/source/whatsnew/v2.1.0.rst +++ b/doc/source/whatsnew/v2.1.0.rst @@ -193,6 +193,8 @@ If installed, we now require: +-----------------+-----------------+----------+---------+ | pytables | 3.7.0 | | X | +-----------------+-----------------+----------+---------+ +| pytest | 7.3.2 | | X | ++-----------------+-----------------+----------+---------+ | python-snappy | 0.6.1 | | X | +-----------------+-----------------+----------+---------+ | pyxlsb | 1.0.9 | | X |