Skip to content

Commit b755596

Browse files
committed
FIX: pin xradar and xarray to avoid datatree issue
1 parent f47ebf4 commit b755596

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

continuous_integration/environment-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies:
1212
- wradlib
1313
- cartopy
1414
- cvxopt
15-
- xarray<2024.10.0
16-
- xradar
15+
- xarray<=2024.9.0
16+
- xradar<=0.7.0
1717
- metpy
1818
- pytest-cov
1919
- mda-xdrlib

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- python=3.9
7+
- python
88
- numpy
99
- scipy
1010
- matplotlib
1111
- netcdf4
1212
- wradlib
1313
- cartopy
1414
- arm_pyart
15-
- xarray
16-
- xradar
15+
- xarray<=2024.9.0
16+
- xradar<=0.7.0
1717
- mda-xdrlib
1818
- pygrib
1919
- pip

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cftime
77
fsspec
88
s3fs
99
open_radar_data
10-
xradar>=0.5.0
10+
xradar<=0.7.0
1111
pandas
1212
pygrib
1313
mda-xdrlib
14-
xarray!=0.21.0
14+
xarray<=2024.9.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
PLATFORMS = ["Linux", "Mac OS-X", "Unix"]
7575
MAJOR = 2
7676
MINOR = 0
77-
MICRO = 2
77+
MICRO = 3
7878
ISRELEASED = False
7979
VERSION = "%d.%d.%d" % (MAJOR, MINOR, MICRO)
8080
SCRIPTS = glob.glob("scripts/*")

0 commit comments

Comments
 (0)