@@ -37,7 +37,76 @@ These are bug fixes that might have notable behavior changes.
37
37
38
38
Increased minimum versions for dependencies
39
39
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40
-
40
+ Some minimum supported versions of dependencies were updated.
41
+ If installed, we now require:
42
+
43
+ +-----------------+-----------------+----------+---------+
44
+ | Package | Minimum Version | Required | Changed |
45
+ +=================+=================+==========+=========+
46
+ | numpy | 1.16.5 | X | |
47
+ +-----------------+-----------------+----------+---------+
48
+ | pytz | 2017.3 | X | |
49
+ +-----------------+-----------------+----------+---------+
50
+ | python-dateutil | 2.7.3 | X | |
51
+ +-----------------+-----------------+----------+---------+
52
+ | bottleneck | 1.2.1 | | |
53
+ +-----------------+-----------------+----------+---------+
54
+ | numexpr | 2.6.8 | | |
55
+ +-----------------+-----------------+----------+---------+
56
+ | pytest (dev) | 5.0.1 | | |
57
+ +-----------------+-----------------+----------+---------+
58
+ | mypy (dev) | 0.782 | | |
59
+ +-----------------+-----------------+----------+---------+
60
+
61
+ For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies >`_ the general recommendation is to use the latest version.
62
+ The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
63
+ Optional libraries below the lowest tested version may still work, but are not considered supported.
64
+
65
+ +-----------------+-----------------+---------+
66
+ | Package | Minimum Version | Changed |
67
+ +=================+=================+=========+
68
+ | beautifulsoup4 | 4.6.0 | |
69
+ +-----------------+-----------------+---------+
70
+ | fastparquet | 0.3.2 | |
71
+ +-----------------+-----------------+---------+
72
+ | fsspec | 0.7.4 | |
73
+ +-----------------+-----------------+---------+
74
+ | gcsfs | 0.6.0 | |
75
+ +-----------------+-----------------+---------+
76
+ | lxml | 4.3.0 | |
77
+ +-----------------+-----------------+---------+
78
+ | matplotlib | 2.2.3 | |
79
+ +-----------------+-----------------+---------+
80
+ | numba | 0.46.0 | |
81
+ +-----------------+-----------------+---------+
82
+ | openpyxl | 2.6.0 | |
83
+ +-----------------+-----------------+---------+
84
+ | pyarrow | 0.15.0 | |
85
+ +-----------------+-----------------+---------+
86
+ | pymysql | 0.7.11 | |
87
+ +-----------------+-----------------+---------+
88
+ | pytables | 3.5.1 | |
89
+ +-----------------+-----------------+---------+
90
+ | s3fs | 0.4.0 | |
91
+ +-----------------+-----------------+---------+
92
+ | scipy | 1.2.0 | |
93
+ +-----------------+-----------------+---------+
94
+ | sqlalchemy | 1.2.8 | |
95
+ +-----------------+-----------------+---------+
96
+ | tabulate | 0.8.7 | X |
97
+ +-----------------+-----------------+---------+
98
+ | xarray | 0.12.0 | |
99
+ +-----------------+-----------------+---------+
100
+ | xlrd | 1.2.0 | |
101
+ +-----------------+-----------------+---------+
102
+ | xlsxwriter | 1.0.2 | |
103
+ +-----------------+-----------------+---------+
104
+ | xlwt | 1.3.0 | |
105
+ +-----------------+-----------------+---------+
106
+ | pandas-gbq | 0.12.0 | |
107
+ +-----------------+-----------------+---------+
108
+
109
+ See :ref: `install.dependencies ` and :ref: `install.optional_dependencies ` for more.
41
110
42
111
.. _whatsnew_130.api.other :
43
112
0 commit comments