Skip to content

Commit

Permalink
CI and readme updates (#91)
Browse files Browse the repository at this point in the history
* Update ci and readme

* Update CI

* Update CI
  • Loading branch information
wpreimes authored Jun 30, 2024
1 parent 26d49f9 commit a2ca6f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
matrix:
include:
- os: "ubuntu-latest"
python-version: '3.8' # first supported
python-version: '3.9' # first supported
- os: "windows-latest"
python-version: '3.9' # first supported
- os: "macos-latest"
python-version: '3.9' # first supported
- os: "ubuntu-latest"
python-version: '3.12' # latest supported
- os: "windows-latest"
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ ismn

Readers for data from the International Soil Moisture Network (ISMN) https://ismn.earth.

This package is installable through pip:
This package is installable through pip (verified for ``python>=3.9``)

.. code::
pip install ismn
This should also install all dependencies on Window, Linux or MacOS.

Quickstart
----------
Initialise an `ISMN_Interface` by passing the path to your downloaded data.
Expand Down Expand Up @@ -97,7 +99,7 @@ are only needed when creating data visualisations. They can be installed separat
conda install -c conda-forge matplotlib cartopy
or ``pip install ismn[plot]`` for most operating systems if you already have `geos <https://libgeos.org/>`_ installed.
or ``pip install ismn[plot]`` for most operating systems if you already have `geos <https://libgeos.org/>`_ installed.

If you want to convert ISMN data into xarray objects, please install `xarray <https://github.com/pydata/xarray>`_ and
`dask <https://github.com/dask/dask>`_ via
Expand Down

0 comments on commit a2ca6f2

Please sign in to comment.