Skip to content

Commit

Permalink
Removed xarray-safe-rcm as dep because not available on conda-forge a…
Browse files Browse the repository at this point in the history
…nd makes build fail
  • Loading branch information
tcevaer committed Oct 30, 2023
1 parent 5e347b9 commit c4a8973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ conda install -c conda-forge coloc_sat
mamba install -c conda-forge coloc_sat
```

Additionnaly, to use RCM data, xarray-safe-rcm must be installed (not yet available on conda-forge)
```bash
pip install xarray-safe-rcm
```

## Usage

### Configuration
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies = [
"pyproj",
"xradarsat2",
"xarray-safe-s1",
"xarray-safe-rcm"
]
readme = "README.md"
dynamic = ["version"]
Expand Down

0 comments on commit c4a8973

Please sign in to comment.