@@ -106,7 +106,7 @@ Other enhancements
106
106
Increased minimum versions for dependencies
107
107
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
108
108
109
- Some minimum supported versions of dependencies were updated (:issue: `29766 `, :issue: `29723 `).
109
+ Some minimum supported versions of dependencies were updated (:issue: `29766 `, :issue: `29723 `, pytables >= 3.4.3 ).
110
110
If installed, we now require:
111
111
112
112
+-----------------+-----------------+----------+---------+
@@ -115,6 +115,49 @@ If installed, we now require:
115
115
| python-dateutil | 2.7.3 | X | |
116
116
+-----------------+-----------------+----------+---------+
117
117
118
+ For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies >`_ the general recommendation is to use the latest version.
119
+ The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
120
+ Optional libraries below the lowest tested version may still work, but are not considered supported.
121
+
122
+ +-----------------+-----------------+---------+
123
+ | Package | Minimum Version | Changed |
124
+ +=================+=================+=========+
125
+ | beautifulsoup4 | 4.6.0 | |
126
+ +-----------------+-----------------+---------+
127
+ | fastparquet | 0.3.2 | |
128
+ +-----------------+-----------------+---------+
129
+ | gcsfs | 0.2.2 | |
130
+ +-----------------+-----------------+---------+
131
+ | lxml | 3.8.0 | |
132
+ +-----------------+-----------------+---------+
133
+ | matplotlib | 2.2.2 | |
134
+ +-----------------+-----------------+---------+
135
+ | numba | 0.46.0 | |
136
+ +-----------------+-----------------+---------+
137
+ | openpyxl | 2.5.7 | |
138
+ +-----------------+-----------------+---------+
139
+ | pyarrow | 0.13.0 | |
140
+ +-----------------+-----------------+---------+
141
+ | pymysql | 0.7.1 | |
142
+ +-----------------+-----------------+---------+
143
+ | pytables | 3.4.3 | X |
144
+ +-----------------+-----------------+---------+
145
+ | s3fs | 0.3.0 | |
146
+ +-----------------+-----------------+---------+
147
+ | scipy | 0.19.0 | |
148
+ +-----------------+-----------------+---------+
149
+ | sqlalchemy | 1.1.4 | |
150
+ +-----------------+-----------------+---------+
151
+ | xarray | 0.8.2 | |
152
+ +-----------------+-----------------+---------+
153
+ | xlrd | 1.1.0 | |
154
+ +-----------------+-----------------+---------+
155
+ | xlsxwriter | 0.9.8 | |
156
+ +-----------------+-----------------+---------+
157
+ | xlwt | 1.2.0 | |
158
+ +-----------------+-----------------+---------+
159
+
160
+ See :ref: `install.dependencies ` and :ref: `install.optional_dependencies ` for more.
118
161
119
162
Development Changes
120
163
^^^^^^^^^^^^^^^^^^^
0 commit comments