diff --git a/doc/contributing.rst b/doc/contributing.rst index 345443001a0..e10ceacd59f 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -684,8 +684,12 @@ This will display stderr from the benchmarks, and use your local Information on how to write a benchmark and how to use asv can be found in the `asv documentation `_. -The *xarray* benchmarking suite is run remotely and the results are -available `here `_. +.. + TODO: uncomment once we have a working setup + see https://github.com/pydata/xarray/pull/5066 + + The *xarray* benchmarking suite is run remotely and the results are + available `here `_. Documenting your code --------------------- diff --git a/doc/getting-started-guide/installing.rst b/doc/getting-started-guide/installing.rst index fb88c223c98..a8e6c12cd22 100644 --- a/doc/getting-started-guide/installing.rst +++ b/doc/getting-started-guide/installing.rst @@ -8,8 +8,8 @@ Required dependencies - Python (3.7 or later) - setuptools (40.4 or later) -- `numpy `__ (1.15 or later) -- `pandas `__ (0.25 or later) +- `numpy `__ (1.17 or later) +- `pandas `__ (1.0 or later) .. _optional-dependencies: @@ -77,14 +77,6 @@ Alternative data containers ~~~~~~~~~~~~~~~~~~~~~~~~~~~ - `sparse `_: for sparse arrays - `pint `_: for units of measure - - .. note:: - - At the moment of writing, xarray requires a `highly experimental version of pint - `_ (install with - ``pip install git+https://github.com/andrewgsavage/pint.git@refs/pull/6/head)``. - Even with it, interaction with non-numpy array libraries, e.g. dask or sparse, is broken. - - Any numpy-like objects that support `NEP-18 `_. Note that while such libraries theoretically should work, they are untested. @@ -177,8 +169,12 @@ repository. Performance Monitoring ~~~~~~~~~~~~~~~~~~~~~~ -A fixed-point performance monitoring of (a part of) our codes can be seen on -`this page `__. +.. + TODO: uncomment once we have a working setup + see https://github.com/pydata/xarray/pull/5066 + + A fixed-point performance monitoring of (a part of) our code can be seen on + `this page `__. To run these benchmark tests in a local machine, first install