Skip to content

Commit 0c9192d

Browse files
tv3141jreback
authored andcommitted
DOC: Fix broken dependency links (#20471)
* Change bottleneck link to github repository page. An issue exists for the broken documentation link on pypy pydata/bottleneck#173 * Fix link to fastparquet documentation.
1 parent b26f0f7 commit 0c9192d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Recommended Dependencies
212212
``numexpr`` uses multiple cores as well as smart chunking and caching to achieve large speedups.
213213
If installed, must be Version 2.4.6 or higher.
214214

215-
* `bottleneck <http://berkeleyanalytics.com/bottleneck>`__: for accelerating certain types of ``nan``
215+
* `bottleneck <https://github.com/kwgoodman/bottleneck>`__: for accelerating certain types of ``nan``
216216
evaluations. ``bottleneck`` uses specialized cython routines to achieve large speedups. If installed,
217217
must be Version 1.0.0 or higher.
218218

@@ -233,7 +233,7 @@ Optional Dependencies
233233
* `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.
234234
* `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.
235235
* `Feather Format <https://github.com/wesm/feather>`__: necessary for feather-based storage, version 0.3.1 or higher.
236-
* `Apache Parquet <https://parquet.apache.org/>`__, either `pyarrow <http://arrow.apache.org/docs/python/>`__ (>= 0.4.1) or `fastparquet <https://fastparquet.readthedocs.io/en/latest/necessary>`__ (>= 0.0.6) for parquet-based storage. The `snappy <https://pypi.python.org/pypi/python-snappy>`__ and `brotli <https://pypi.python.org/pypi/brotlipy>`__ are available for compression support.
236+
* `Apache Parquet <https://parquet.apache.org/>`__, either `pyarrow <http://arrow.apache.org/docs/python/>`__ (>= 0.4.1) or `fastparquet <https://fastparquet.readthedocs.io/en/latest>`__ (>= 0.0.6) for parquet-based storage. The `snappy <https://pypi.python.org/pypi/python-snappy>`__ and `brotli <https://pypi.python.org/pypi/brotlipy>`__ are available for compression support.
237237
* `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:
238238

239239
* `psycopg2 <http://initd.org/psycopg/>`__: for PostgreSQL

0 commit comments

Comments
 (0)