@@ -104,7 +104,7 @@ Other enhancements
104
104
Increased minimum versions for dependencies
105
105
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106
106
107
- Some minimum supported versions of dependencies were updated (:issue: `29766 `, :issue: `29723 `).
107
+ Some minimum supported versions of dependencies were updated (:issue: `29766 `, :issue: `29723 `, pytables >= 3.4.3 ).
108
108
If installed, we now require:
109
109
110
110
+-----------------+-----------------+----------+---------+
@@ -113,6 +113,49 @@ If installed, we now require:
113
113
| python-dateutil | 2.7.3 | X | |
114
114
+-----------------+-----------------+----------+---------+
115
115
116
+ 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.
116
159
117
160
Development Changes
118
161
^^^^^^^^^^^^^^^^^^^
0 commit comments