@@ -363,7 +363,50 @@ If installed, we now require:
363
363
+=================+=================+==========+=========+
364
364
| mypy (dev) | 0.950 | | X |
365
365
+-----------------+-----------------+----------+---------+
366
-
366
+ | beautifulsoup4 | 4.9.3 | | X |
367
+ +-----------------+-----------------+----------+---------+
368
+ | blosc | 1.21.0 | | X |
369
+ +-----------------+-----------------+----------+---------+
370
+ | bottleneck | 1.3.2 | | X |
371
+ +-----------------+-----------------+----------+---------+
372
+ | fsspec | 2021.05.0 | | X |
373
+ +-----------------+-----------------+----------+---------+
374
+ | hypothesis | 6.13.0 | | X |
375
+ +-----------------+-----------------+----------+---------+
376
+ | gcsfs | 2021.05.0 | | X |
377
+ +-----------------+-----------------+----------+---------+
378
+ | jinja2 | 3.0.0 | | X |
379
+ +-----------------+-----------------+----------+---------+
380
+ | lxml | 4.6.3 | | X |
381
+ +-----------------+-----------------+----------+---------+
382
+ | numba | 0.53.1 | | X |
383
+ +-----------------+-----------------+----------+---------+
384
+ | numexpr | 2.7.3 | | X |
385
+ +-----------------+-----------------+----------+---------+
386
+ | openpyxl | 3.0.7 | | X |
387
+ +-----------------+-----------------+----------+---------+
388
+ | pandas-gbq | 0.15.0 | | X |
389
+ +-----------------+-----------------+----------+---------+
390
+ | psycopg2 | 2.8.6 | | X |
391
+ +-----------------+-----------------+----------+---------+
392
+ | pymysql | 1.0.2 | | X |
393
+ +-----------------+-----------------+----------+---------+
394
+ | pyreadstat | 1.1.2 | | X |
395
+ +-----------------+-----------------+----------+---------+
396
+ | pyxlsb | 1.0.8 | | X |
397
+ +-----------------+-----------------+----------+---------+
398
+ | s3fs | 2021.05.0 | | X |
399
+ +-----------------+-----------------+----------+---------+
400
+ | scipy | 1.7.1 | | X |
401
+ +-----------------+-----------------+----------+---------+
402
+ | sqlalchemy | 1.4.16 | | X |
403
+ +-----------------+-----------------+----------+---------+
404
+ | tabulate | 0.8.9 | | X |
405
+ +-----------------+-----------------+----------+---------+
406
+ | xarray | 0.19.0 | | X |
407
+ +-----------------+-----------------+----------+---------+
408
+ | xlsxwriter | 1.4.3 | | X |
409
+ +-----------------+-----------------+----------+---------+
367
410
368
411
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html >`_ the general recommendation is to use the latest version.
369
412
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
0 commit comments