@@ -157,13 +157,23 @@ Other enhancements
157
157
Increased minimum versions for dependencies
158
158
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
159
159
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).
161
161
If installed, we now require:
162
162
163
163
+-----------------+-----------------+----------+---------+
164
164
| Package | Minimum Version | Required | Changed |
165
165
+=================+=================+==========+=========+
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 | | |
167
177
+-----------------+-----------------+----------+---------+
168
178
169
179
For `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
195
205
+-----------------+-----------------+---------+
196
206
| s3fs | 0.3.0 | |
197
207
+-----------------+-----------------+---------+
198
- | scipy | 0.19 .0 | |
208
+ | scipy | 1.2 .0 | X |
199
209
+-----------------+-----------------+---------+
200
210
| sqlalchemy | 1.1.4 | |
201
211
+-----------------+-----------------+---------+
0 commit comments