diff --git a/requirements.txt b/requirements.txt index 98b4208..2b41121 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pdal==3.2.3 dask==2023.4.0 distributed==2023.4.0 twine==4.0.2 -pandas==1.5.3 +pandas==2.0.2 matplotlib==3.7.1 pyproj==3.5.0 diff --git a/setup.cfg b/setup.cfg index b1cf4dd..8233212 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ install_requires = dask<=2023.4.0 distributed<=2023.4.0 twine<=4.0.2 - pandas<=1.5.3 + pandas<=2.0.2 pyproj<=3.5.0 numpy<=1.24.2