Skip to content

Commit eebe778

Browse files
Steve-RoderickSteve Hayes
and
Steve Hayes
authored
FIX: Add missing deps for virtualenv environments (#253) (#274)
* 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 <[email protected]>
1 parent 059b5bf commit eebe778

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Ready to contribute? Here's how to set up `xradar` for local development.
6363
$ python -m pip install -e .[dev]
6464
```
6565

66+
3.1 Install `ffmpeg` using your OS package manager.
67+
6668
4. Create a branch for local development:
6769

6870
```bash

docs/history.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## Development Version
4+
5+
* FIX: Update missing deps for virtualenv environments via "requirements_dev.txt". ({issue}`253`) ({pull}`274`) by [@Steve-Roderick](https://github.com/Steve-Roderick).
6+
37
## 0.9.0 (2025-02-07)
48

59
* 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)

requirements_dev.txt

+7
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ pytest
1010
black
1111
isort
1212
fsspec
13+
nbconvert
14+
notebook
15+
open_radar_data
16+
boto3
17+
cartopy
18+
s3fs
19+
zarr>=2,<3

0 commit comments

Comments
 (0)