Commit 6cb7de63 authored by Andrew Quinn's avatar Andrew Quinn
Browse files

Update versions and add pip to reqs

parent 11a70964
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
    <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
    <a class="dropdown-item" href="https://emd.readthedocs.io/en/latest/">Latest (gitlab)</a>
    <a class="dropdown-item" href="https://emd.readthedocs.io/en/stable/">Stable (PyPI)</a>
    <a class="dropdown-item" href="https://emd.readthedocs.io/en/v0.8.1/">v0.8.1</a>
    <a class="dropdown-item" href="https://emd.readthedocs.io/en/v0.8.0/">v0.8.0</a>
    <a class="dropdown-item" href="https://emd.readthedocs.io/en/v0.7.0/">v0.7.0</a>
    <a class="dropdown-item" href="https://emd.readthedocs.io/en/v0.6.2/">v0.6.2</a>
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ The `stable version of the code <https://pypi.org/project/emd/>`_ is hosted on `

    .. code-block::

        pip install emd==0.8.0
        pip install emd==0.8.1



@@ -80,7 +80,7 @@ The `stable version of the code <https://pypi.org/project/emd/>`_ is hosted on `
          - defaults
          - conda-forge
        dependencies:
          - emd==0.8.0
          - emd==0.8.1

    This environment can be customised to include any other packages that you might be working with. The last two lines can also be added to an existing conda environment configuration file to include emd in that env.

+1 −0
Original line number Diff line number Diff line
# Build and developer requirements
setuptools>=41.0.1
pip
build
pytest
pytest-cov