-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Add more robust xradar/Py-ART bridge (#1537)
* FIX: Fix handling of instrument params * ADD: Add xradar to deps for doc * update xradar version * Make sure to specify min vesion * CI: Use conda over pip for xradar
- Loading branch information
Showing
4 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ dependencies: | |
- shapely | ||
- ruff | ||
- mda-xdrlib | ||
- xradar>=0.5.0 | ||
- pip | ||
- pip: | ||
- cibuildwheel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ dependencies: | |
- pre_commit | ||
- cmweather | ||
- mda-xdrlib | ||
- xradar>=0.5.0 | ||
- pip | ||
- pip: | ||
- pooch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters