Skip to content

Commit 9fe2dd2

Browse files
iblislinjreback
authored andcommitted
DOC: Fix xarray broken link in install.rst
[skip ci] Author: Iblis Lin <[email protected]> Closes #12672 from iblis17/patch-1 and squashes the following commits: 4edb6e7 [Iblis Lin] DOC: Fix `xarray` broken link
1 parent bc3ad9a commit 9fe2dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Optional Dependencies
244244
* `Cython <http://www.cython.org>`__: Only necessary to build development
245245
version. Version 0.19.1 or higher.
246246
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions
247-
* `xarray <http://xarray.readthedocs.org>`__: pandas like handling for > 2 dims, needed for converting Panels to xarray objects. Version 0.7.0 or higher is recommended.
247+
* `xarray <http://xarray.pydata.org>`__: pandas like handling for > 2 dims, needed for converting Panels to xarray objects. Version 0.7.0 or higher is recommended.
248248
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage. Version 3.0.0 or higher required, Version 3.2.1 or higher highly recommended.
249249
* `SQLAlchemy <http://www.sqlalchemy.org>`__: for SQL database support. Version 0.8.1 or higher recommended. Besides SQLAlchemy, you also need a database specific driver. You can find an overview of supported drivers for each SQL dialect in the `SQLAlchemy docs <http://docs.sqlalchemy.org/en/latest/dialects/index.html>`__. Some common drivers are:
250250

0 commit comments

Comments
 (0)