Skip to content

Commit

Permalink
Fix pandas version to be below 1.5.0
Browse files Browse the repository at this point in the history
Quickfix for `pandas` compatibility issue by preventing installation of latest `pandas`
  • Loading branch information
SorooshMani-NOAA authored Sep 23, 2022
1 parent 6816882 commit 33141b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ geopandas = '*'
netcdf4 = '*'
matplotlib = { version = '*', optional = true }
numpy = '*'
pandas = '*'
pandas = '<1.5.0' # SettingWithCopyWarning issue
pint-pandas = '*'
pyproj = '>=2.6'
tables = '*'
Expand Down

0 comments on commit 33141b8

Please sign in to comment.