Skip to content

Commit 9878605

Browse files
committed
temporarily pinning pandas < 3 for jenkins
1 parent 68fc193 commit 9878605

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

jenkins.environment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ dependencies:
1616
- lxml # for pandas html parsing
1717
- paramiko # for sftp cimis requests
1818
- numpy
19-
- pandas>=2
19+
- pandas>=2,<3
2020
- cfgrib
21+
- pyarrow
2122
- xarray
2223
- vtools3
2324
- pyyaml
2425
- gdal
2526
- pytz # a new hrrr dependency ?
2627
- pyshp # a new schimpy dependency ?
28+
- libgdal
29+
- rasterstats
2730
- schimpy # remove this!
2831
- eccodes
2932
- bokeh

0 commit comments

Comments
 (0)