Skip to content

Commit e13cd97

Browse files
committed
Fix for failing tests caused by pydata/xarray#5581
1 parent c28e920 commit e13cd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- netcdf4 >=1.5.0
2222
- numba >=0.52
2323
- numpy >=1.16
24-
- pandas >=1.2,<1.3.0 # tests fail with 1.3.0, see #5581
24+
- pandas >=1.2,<1.3.0 # tests fail with 1.3.0, see xarray #5581
2525
- pillow >=6.0
2626
- pyjwt >=1.7
2727
- pyproj >=3.0

0 commit comments

Comments
 (0)