Skip to content

Commit 9a8e046

Browse files
committed
Update readme
1 parent 11391d1 commit 9a8e046

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+68
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,74 @@ Other enhancements
7373

7474
.. ---------------------------------------------------------------------------
7575
76+
.. _whatsnew_110.api_breaking.deps:
77+
78+
Increased minimum versions for dependencies
79+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
80+
81+
Some minimum supported versions of dependencies were updated (pytables >= 3.4.3).
82+
If installed, we now require:
83+
84+
+-----------------+-----------------+----------+---------+
85+
| Package | Minimum Version | Required | Changed |
86+
+=================+=================+==========+=========+
87+
| numpy | 1.13.3 | X | |
88+
+-----------------+-----------------+----------+---------+
89+
| pytz | 2015.4 | X | |
90+
+-----------------+-----------------+----------+---------+
91+
| python-dateutil | 2.6.1 | X | |
92+
+-----------------+-----------------+----------+---------+
93+
| bottleneck | 1.2.1 | | |
94+
+-----------------+-----------------+----------+---------+
95+
| numexpr | 2.6.2 | | |
96+
+-----------------+-----------------+----------+---------+
97+
| pytest (dev) | 4.0.2 | | |
98+
+-----------------+-----------------+----------+---------+
99+
100+
For `optional libraries <https://dev.pandas.io/docs/install.html#dependencies>`_ the general recommendation is to use the latest version.
101+
The following table lists the lowest version per library that is currently being tested throughout the development of pandas.
102+
Optional libraries below the lowest tested version may still work, but are not considered supported.
103+
104+
+-----------------+-----------------+---------+
105+
| Package | Minimum Version | Changed |
106+
+=================+=================+=========+
107+
| beautifulsoup4 | 4.6.0 | |
108+
+-----------------+-----------------+---------+
109+
| fastparquet | 0.3.2 | X |
110+
+-----------------+-----------------+---------+
111+
| gcsfs | 0.2.2 | |
112+
+-----------------+-----------------+---------+
113+
| lxml | 3.8.0 | |
114+
+-----------------+-----------------+---------+
115+
| matplotlib | 2.2.2 | |
116+
+-----------------+-----------------+---------+
117+
| numba | 0.46.0 | X |
118+
+-----------------+-----------------+---------+
119+
| openpyxl | 2.5.7 | X |
120+
+-----------------+-----------------+---------+
121+
| pyarrow | 0.13.0 | X |
122+
+-----------------+-----------------+---------+
123+
| pymysql | 0.7.1 | |
124+
+-----------------+-----------------+---------+
125+
| pytables | 3.4.3 | |
126+
+-----------------+-----------------+---------+
127+
| s3fs | 0.3.0 | X |
128+
+-----------------+-----------------+---------+
129+
| scipy | 0.19.0 | |
130+
+-----------------+-----------------+---------+
131+
| sqlalchemy | 1.1.4 | |
132+
+-----------------+-----------------+---------+
133+
| xarray | 0.8.2 | |
134+
+-----------------+-----------------+---------+
135+
| xlrd | 1.1.0 | |
136+
+-----------------+-----------------+---------+
137+
| xlsxwriter | 0.9.8 | |
138+
+-----------------+-----------------+---------+
139+
| xlwt | 1.2.0 | |
140+
+-----------------+-----------------+---------+
141+
142+
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.
143+
76144
.. _whatsnew_110.api.other:
77145

78146
Other API changes

0 commit comments

Comments
 (0)