Skip to content

Commit 97bd77b

Browse files
authored
hotfix - freezing pandas <3.0
We are working on updates to accomodate some breaking changes in pandas 3.0. for the moment, though, we are pinning at <3.0 to make sure the code still works.
1 parent 4aedfab commit 97bd77b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

installation/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- nodefaults
55
dependencies:
66
# required
7-
- python=3.12
7+
- python=3.14
88
- pip
99

1010
- numpy
@@ -19,7 +19,7 @@ dependencies:
1919
- scipy
2020
- openpyxl
2121
- xlrd
22-
- pandas
22+
- pandas<3.0
2323
- netcdf4
2424
- pyshp
2525
- rasterio

0 commit comments

Comments
 (0)