Skip to content

Commit

Permalink
FIX: Add missing deps for virtualenv environments (#253) (#274)
Browse files Browse the repository at this point in the history
* Add `cartopy` for test `examples/notebooks/Multi-Volume-Concatenation.ipynb`.
    * Add `boto3` for test `examples/notebooks/Read-plot-Sigmet-data-from-AWS.ipynb`.
    * Add `zarr` (2.x) for test `examples/notebooks/multiple-sweeps-into-volume-scan.ipynb`.
    * Add `s3fs` for test `examples/notebooks/Read-plot-Sigmet-data-from-AWS.ipynb`.
    * Add `open_radar_data` for sample data sets used in unittests.
    * Add `notebook` and `nbconvert` for unittesting jupyter notebooks.
    * Add note to CONTRIBUTING.md referencing OS dependency for `ffmpeg`
    * Add history.md entry

Co-authored-by: Steve Hayes <steve.hayes@canada.ca>
  • Loading branch information
Steve-Roderick and Steve Hayes authored Feb 19, 2025
1 parent 059b5bf commit eebe778
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Ready to contribute? Here's how to set up `xradar` for local development.
$ python -m pip install -e .[dev]
```

3.1 Install `ffmpeg` using your OS package manager.

4. Create a branch for local development:

```bash
Expand Down
4 changes: 4 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## Development Version

* FIX: Update missing deps for virtualenv environments via "requirements_dev.txt". ({issue}`253`) ({pull}`274`) by [@Steve-Roderick](https://github.com/Steve-Roderick).

## 0.9.0 (2025-02-07)

* ENH: Adding test to `open_datatree` function for all backends. Adding "scan_name" to nexradlevel2 datatree attributes ({pull}`238`) by [@aladinor](https://github.com/aladinor)
Expand Down
7 changes: 7 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ pytest
black
isort
fsspec
nbconvert
notebook
open_radar_data
boto3
cartopy
s3fs
zarr>=2,<3

0 comments on commit eebe778

Please sign in to comment.