You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies>`_ the general recommendation is to use the latest version.
117
+
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
118
+
Optional libraries below the lowest tested version may still work, but are not considered supported.
119
+
120
+
+-----------------+-----------------+---------+
121
+
| Package | Minimum Version | Changed |
122
+
+=================+=================+=========+
123
+
| beautifulsoup4 | 4.6.0 ||
124
+
+-----------------+-----------------+---------+
125
+
| fastparquet | 0.3.2 ||
126
+
+-----------------+-----------------+---------+
127
+
| gcsfs | 0.2.2 ||
128
+
+-----------------+-----------------+---------+
129
+
| lxml | 3.8.0 ||
130
+
+-----------------+-----------------+---------+
131
+
| matplotlib | 2.2.2 ||
132
+
+-----------------+-----------------+---------+
133
+
| numba | 0.46.0 ||
134
+
+-----------------+-----------------+---------+
135
+
| openpyxl | 2.5.7 ||
136
+
+-----------------+-----------------+---------+
137
+
| pyarrow | 0.13.0 ||
138
+
+-----------------+-----------------+---------+
139
+
| pymysql | 0.7.1 ||
140
+
+-----------------+-----------------+---------+
141
+
| pytables | 3.4.2 | X |
142
+
+-----------------+-----------------+---------+
143
+
| s3fs | 0.3.0 ||
144
+
+-----------------+-----------------+---------+
145
+
| scipy | 0.19.0 ||
146
+
+-----------------+-----------------+---------+
147
+
| sqlalchemy | 1.1.4 ||
148
+
+-----------------+-----------------+---------+
149
+
| xarray | 0.8.2 ||
150
+
+-----------------+-----------------+---------+
151
+
| xlrd | 1.1.0 ||
152
+
+-----------------+-----------------+---------+
153
+
| xlsxwriter | 0.9.8 ||
154
+
+-----------------+-----------------+---------+
155
+
| xlwt | 1.2.0 ||
156
+
+-----------------+-----------------+---------+
157
+
158
+
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.
0 commit comments