@@ -157,13 +157,23 @@ Other enhancements
157157 Increased minimum versions for dependencies
158158^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
159159
160- Some minimum supported versions of dependencies were updated (:issue: `29766 `, :issue: `29723 `, pytables >= 3.4.3).
160+ Some minimum supported versions of dependencies were updated (:issue: `33718 `, :issue: ` 29766 `, :issue: `29723 `, pytables >= 3.4.3).
161161If installed, we now require:
162162
163163+-----------------+-----------------+----------+---------+
164164| Package | Minimum Version | Required | Changed |
165165+=================+=================+==========+=========+
166- | python-dateutil | 2.7.3 | X | |
166+ | numpy | 1.15.4 | X | X |
167+ +-----------------+-----------------+----------+---------+
168+ | pytz | 2015.4 | X | |
169+ +-----------------+-----------------+----------+---------+
170+ | python-dateutil | 2.7.3 | X | X |
171+ +-----------------+-----------------+----------+---------+
172+ | bottleneck | 1.2.1 | | |
173+ +-----------------+-----------------+----------+---------+
174+ | numexpr | 2.6.2 | | |
175+ +-----------------+-----------------+----------+---------+
176+ | pytest (dev) | 4.0.2 | | |
167177+-----------------+-----------------+----------+---------+
168178
169179For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies >`_ the general recommendation is to use the latest version.
@@ -195,7 +205,7 @@ Optional libraries below the lowest tested version may still work, but are not c
195205+-----------------+-----------------+---------+
196206| s3fs | 0.3.0 | |
197207+-----------------+-----------------+---------+
198- | scipy | 0.19 .0 | |
208+ | scipy | 1.2 .0 | X |
199209+-----------------+-----------------+---------+
200210| sqlalchemy | 1.1.4 | |
201211+-----------------+-----------------+---------+
0 commit comments