Skip to content

Commit 326f8bc

Browse files
committed
Update readme
1 parent 659ce2e commit 326f8bc

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+44-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Other enhancements
104104
Increased minimum versions for dependencies
105105
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106106

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).
108108
If installed, we now require:
109109

110110
+-----------------+-----------------+----------+---------+
@@ -113,6 +113,49 @@ If installed, we now require:
113113
| python-dateutil | 2.7.3 | X | |
114114
+-----------------+-----------------+----------+---------+
115115

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.
116159

117160
Development Changes
118161
^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)