diff --git a/dependencies/main.yml b/dependencies/main.yml index 5b62f8b3..a64922da 100644 --- a/dependencies/main.yml +++ b/dependencies/main.yml @@ -13,7 +13,7 @@ dependencies: - "geopandas" - "netCDF4" - "numpy" - - "pandas" + - "pandas<2" - "psutil" - "pydap>=3.3.0" - "pyresample" diff --git a/environments/base-p3.10.yml b/environments/base-p3.10.yml index 609b25f8..9b1a972c 100644 --- a/environments/base-p3.10.yml +++ b/environments/base-p3.10.yml @@ -16,7 +16,7 @@ dependencies: - jigsaw>=0.9.12 - netCDF4 - numpy - - pandas + - pandas<2 - pip - proj - psutil diff --git a/environments/base-p3.11.yml b/environments/base-p3.11.yml index 81346f9b..55048602 100644 --- a/environments/base-p3.11.yml +++ b/environments/base-p3.11.yml @@ -16,7 +16,7 @@ dependencies: - jigsaw>=0.9.12 - netCDF4 - numpy - - pandas + - pandas<2 - pip - proj - psutil diff --git a/environments/base-p3.9.yml b/environments/base-p3.9.yml index 7e96103c..162ba378 100644 --- a/environments/base-p3.9.yml +++ b/environments/base-p3.9.yml @@ -16,7 +16,7 @@ dependencies: - jigsaw>=0.9.12 - netCDF4 - numpy - - pandas + - pandas<2 - pip - proj - psutil diff --git a/environments/full-p3.10.yml b/environments/full-p3.10.yml index 9e07cb6d..c657062e 100644 --- a/environments/full-p3.10.yml +++ b/environments/full-p3.10.yml @@ -28,7 +28,7 @@ dependencies: - mkdocstrings - netCDF4 - numpy - - pandas + - pandas<2 - pip - proj - psutil diff --git a/environments/full-p3.11.yml b/environments/full-p3.11.yml index bcf5ab6b..ab6558c2 100644 --- a/environments/full-p3.11.yml +++ b/environments/full-p3.11.yml @@ -28,7 +28,7 @@ dependencies: - mkdocstrings - netCDF4 - numpy - - pandas + - pandas<2 - pip - proj - psutil diff --git a/environments/full-p3.9.yml b/environments/full-p3.9.yml index c1469063..5292403b 100644 --- a/environments/full-p3.9.yml +++ b/environments/full-p3.9.yml @@ -28,7 +28,7 @@ dependencies: - mkdocstrings - netCDF4 - numpy - - pandas + - pandas<2 - pip - proj - psutil diff --git a/environments/viz-p3.10.yml b/environments/viz-p3.10.yml index 4a90e4d4..4a5d74e2 100644 --- a/environments/viz-p3.10.yml +++ b/environments/viz-p3.10.yml @@ -22,7 +22,7 @@ dependencies: - mayavi - netCDF4 - numpy - - pandas + - pandas<2 - pip - proj - psutil diff --git a/environments/viz-p3.11.yml b/environments/viz-p3.11.yml index 3d286f86..c69e6a61 100644 --- a/environments/viz-p3.11.yml +++ b/environments/viz-p3.11.yml @@ -22,7 +22,7 @@ dependencies: - mayavi - netCDF4 - numpy - - pandas + - pandas<2 - pip - proj - psutil diff --git a/environments/viz-p3.9.yml b/environments/viz-p3.9.yml index 73c56736..6d7dc9d0 100644 --- a/environments/viz-p3.9.yml +++ b/environments/viz-p3.9.yml @@ -22,7 +22,7 @@ dependencies: - mayavi - netCDF4 - numpy - - pandas + - pandas<2 - pip - proj - psutil diff --git a/locks/requirements-ci.txt b/locks/requirements-ci.txt index 52355afd..b62ab90d 100644 --- a/locks/requirements-ci.txt +++ b/locks/requirements-ci.txt @@ -56,7 +56,7 @@ mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "4" netcdf4==1.6.4 ; python_version >= "3.9" and python_version < "4" numpy==1.24.3 ; python_version >= "3.9" and python_version < "4" packaging==23.1 ; python_version >= "3.9" and python_version < "4" -pandas==2.0.2 ; python_version >= "3.9" and python_version < "4" +pandas==1.5.3 ; python_version >= "3.9" and python_version < "4" partd==1.4.0 ; python_version >= "3.9" and python_version < "4" pathspec==0.11.1 ; python_version >= "3.9" and python_version < "4" pillow==9.5.0 ; python_version >= "3.9" and python_version < "4" @@ -94,7 +94,6 @@ tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11" toolz==0.12.0 ; python_version >= "3.9" and python_version < "4" tqdm==4.65.0 ; python_version >= "3.9" and python_version < "4" typing-extensions==4.6.3 ; python_version >= "3.9" and python_version < "4.0" -tzdata==2023.3 ; python_version >= "3.9" and python_version < "4" urllib3==2.0.3 ; python_version >= "3.9" and python_version < "4" webencodings==0.5.1 ; python_version >= "3.9" and python_version < "4.0" webob==1.8.7 ; python_version >= "3.9" and python_version < "4" diff --git a/locks/requirements-full.txt b/locks/requirements-full.txt index 37f4c12f..f592982d 100644 --- a/locks/requirements-full.txt +++ b/locks/requirements-full.txt @@ -118,7 +118,7 @@ notebook==6.4.12 ; python_version >= "3.9" and python_version < "4" numba==0.57.0 ; python_version >= "3.9" and python_version < "4" numpy==1.24.3 ; python_version >= "3.9" and python_version < "4" packaging==23.1 ; python_version >= "3.9" and python_version < "4" -pandas==2.0.2 ; python_version >= "3.9" and python_version < "4" +pandas==1.5.3 ; python_version >= "3.9" and python_version < "4" pandocfilters==1.5.0 ; python_version >= "3.9" and python_version < "4" panel==1.1.0 ; python_version >= "3.9" and python_version < "4" param==1.13.0 ; python_version >= "3.9" and python_version < "4" @@ -191,7 +191,6 @@ traits==6.4.1 ; python_version >= "3.9" and python_version < "4" traitsui==8.0.0 ; python_version >= "3.9" and python_version < "4" traittypes==0.2.1 ; python_version >= "3.9" and python_version < "4" typing-extensions==4.6.3 ; python_version >= "3.9" and python_version < "4.0" -tzdata==2023.3 ; python_version >= "3.9" and python_version < "4" uc-micro-py==1.0.2 ; python_version >= "3.9" and python_version < "4" urllib3==2.0.3 ; python_version >= "3.9" and python_version < "4" vtk==9.2.6 ; python_version >= "3.9" and python_version < "4" diff --git a/locks/requirements-viz.txt b/locks/requirements-viz.txt index 182f71ce..ac680574 100644 --- a/locks/requirements-viz.txt +++ b/locks/requirements-viz.txt @@ -105,7 +105,7 @@ notebook==6.4.12 ; python_version >= "3.9" and python_version < "4" numba==0.57.0 ; python_version >= "3.9" and python_version < "4" numpy==1.24.3 ; python_version >= "3.9" and python_version < "4" packaging==23.1 ; python_version >= "3.9" and python_version < "4" -pandas==2.0.2 ; python_version >= "3.9" and python_version < "4" +pandas==1.5.3 ; python_version >= "3.9" and python_version < "4" pandocfilters==1.5.0 ; python_version >= "3.9" and python_version < "4" panel==1.1.0 ; python_version >= "3.9" and python_version < "4" param==1.13.0 ; python_version >= "3.9" and python_version < "4" @@ -168,7 +168,6 @@ traits==6.4.1 ; python_version >= "3.9" and python_version < "4" traitsui==8.0.0 ; python_version >= "3.9" and python_version < "4" traittypes==0.2.1 ; python_version >= "3.9" and python_version < "4" typing-extensions==4.6.3 ; python_version >= "3.9" and python_version < "4.0" -tzdata==2023.3 ; python_version >= "3.9" and python_version < "4" uc-micro-py==1.0.2 ; python_version >= "3.9" and python_version < "4" urllib3==2.0.3 ; python_version >= "3.9" and python_version < "4" vtk==9.2.6 ; python_version >= "3.9" and python_version < "4" diff --git a/locks/requirements.txt b/locks/requirements.txt index 9360d224..b87f9379 100644 --- a/locks/requirements.txt +++ b/locks/requirements.txt @@ -50,7 +50,7 @@ matplotlib==3.7.1 ; python_version >= "3.9" and python_version < "4" netcdf4==1.6.4 ; python_version >= "3.9" and python_version < "4" numpy==1.24.3 ; python_version >= "3.9" and python_version < "4" packaging==23.1 ; python_version >= "3.9" and python_version < "4" -pandas==2.0.2 ; python_version >= "3.9" and python_version < "4" +pandas==1.5.3 ; python_version >= "3.9" and python_version < "4" partd==1.4.0 ; python_version >= "3.9" and python_version < "4" pillow==9.5.0 ; python_version >= "3.9" and python_version < "4" psutil==5.9.5 ; python_version >= "3.9" and python_version < "4" @@ -79,7 +79,6 @@ soupsieve==2.4.1 ; python_version >= "3.9" and python_version < "4" toolz==0.12.0 ; python_version >= "3.9" and python_version < "4" tqdm==4.65.0 ; python_version >= "3.9" and python_version < "4" typing-extensions==4.6.3 ; python_version >= "3.9" and python_version < "4.0" -tzdata==2023.3 ; python_version >= "3.9" and python_version < "4" urllib3==2.0.3 ; python_version >= "3.9" and python_version < "4" webencodings==0.5.1 ; python_version >= "3.9" and python_version < "4.0" webob==1.8.7 ; python_version >= "3.9" and python_version < "4" diff --git a/poetry.lock b/poetry.lock index a120ae39..63e2f2c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2935,36 +2935,38 @@ files = [ [[package]] name = "pandas" -version = "2.0.2" +version = "1.5.3" description = "Powerful data structures for data analysis, time series, and statistics" optional = false python-versions = ">=3.8" files = [ - {file = "pandas-2.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9ebb9f1c22ddb828e7fd017ea265a59d80461d5a79154b49a4207bd17514d122"}, - {file = "pandas-2.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1eb09a242184092f424b2edd06eb2b99d06dc07eeddff9929e8667d4ed44e181"}, - {file = "pandas-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c7319b6e68de14e6209460f72a8d1ef13c09fb3d3ef6c37c1e65b35d50b5c145"}, - {file = "pandas-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd46bde7309088481b1cf9c58e3f0e204b9ff9e3244f441accd220dd3365ce7c"}, - {file = "pandas-2.0.2-cp310-cp310-win32.whl", hash = "sha256:51a93d422fbb1bd04b67639ba4b5368dffc26923f3ea32a275d2cc450f1d1c86"}, - {file = "pandas-2.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:66d00300f188fa5de73f92d5725ced162488f6dc6ad4cecfe4144ca29debe3b8"}, - {file = "pandas-2.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:02755de164da6827764ceb3bbc5f64b35cb12394b1024fdf88704d0fa06e0e2f"}, - {file = "pandas-2.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:0a1e0576611641acde15c2322228d138258f236d14b749ad9af498ab69089e2d"}, - {file = "pandas-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a6b5f14cd24a2ed06e14255ff40fe2ea0cfaef79a8dd68069b7ace74bd6acbba"}, - {file = "pandas-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:50e451932b3011b61d2961b4185382c92cc8c6ee4658dcd4f320687bb2d000ee"}, - {file = "pandas-2.0.2-cp311-cp311-win32.whl", hash = "sha256:7b21cb72958fc49ad757685db1919021d99650d7aaba676576c9e88d3889d456"}, - {file = "pandas-2.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:c4af689352c4fe3d75b2834933ee9d0ccdbf5d7a8a7264f0ce9524e877820c08"}, - {file = "pandas-2.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:69167693cb8f9b3fc060956a5d0a0a8dbfed5f980d9fd2c306fb5b9c855c814c"}, - {file = "pandas-2.0.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:30a89d0fec4263ccbf96f68592fd668939481854d2ff9da709d32a047689393b"}, - {file = "pandas-2.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a18e5c72b989ff0f7197707ceddc99828320d0ca22ab50dd1b9e37db45b010c0"}, - {file = "pandas-2.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7376e13d28eb16752c398ca1d36ccfe52bf7e887067af9a0474de6331dd948d2"}, - {file = "pandas-2.0.2-cp38-cp38-win32.whl", hash = "sha256:6d6d10c2142d11d40d6e6c0a190b1f89f525bcf85564707e31b0a39e3b398e08"}, - {file = "pandas-2.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:e69140bc2d29a8556f55445c15f5794490852af3de0f609a24003ef174528b79"}, - {file = "pandas-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b42b120458636a981077cfcfa8568c031b3e8709701315e2bfa866324a83efa8"}, - {file = "pandas-2.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f908a77cbeef9bbd646bd4b81214cbef9ac3dda4181d5092a4aa9797d1bc7774"}, - {file = "pandas-2.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:713f2f70abcdade1ddd68fc91577cb090b3544b07ceba78a12f799355a13ee44"}, - {file = "pandas-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf3f0c361a4270185baa89ec7ab92ecaa355fe783791457077473f974f654df5"}, - {file = "pandas-2.0.2-cp39-cp39-win32.whl", hash = "sha256:598e9020d85a8cdbaa1815eb325a91cfff2bb2b23c1442549b8a3668e36f0f77"}, - {file = "pandas-2.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:77550c8909ebc23e56a89f91b40ad01b50c42cfbfab49b3393694a50549295ea"}, - {file = "pandas-2.0.2.tar.gz", hash = "sha256:dd5476b6c3fe410ee95926873f377b856dbc4e81a9c605a0dc05aaccc6a7c6c6"}, + {file = "pandas-1.5.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:3749077d86e3a2f0ed51367f30bf5b82e131cc0f14260c4d3e499186fccc4406"}, + {file = "pandas-1.5.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:972d8a45395f2a2d26733eb8d0f629b2f90bebe8e8eddbb8829b180c09639572"}, + {file = "pandas-1.5.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:50869a35cbb0f2e0cd5ec04b191e7b12ed688874bd05dd777c19b28cbea90996"}, + {file = "pandas-1.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c3ac844a0fe00bfaeb2c9b51ab1424e5c8744f89860b138434a363b1f620f354"}, + {file = "pandas-1.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7a0a56cef15fd1586726dace5616db75ebcfec9179a3a55e78f72c5639fa2a23"}, + {file = "pandas-1.5.3-cp310-cp310-win_amd64.whl", hash = "sha256:478ff646ca42b20376e4ed3fa2e8d7341e8a63105586efe54fa2508ee087f328"}, + {file = "pandas-1.5.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6973549c01ca91ec96199e940495219c887ea815b2083722821f1d7abfa2b4dc"}, + {file = "pandas-1.5.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c39a8da13cede5adcd3be1182883aea1c925476f4e84b2807a46e2775306305d"}, + {file = "pandas-1.5.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f76d097d12c82a535fda9dfe5e8dd4127952b45fea9b0276cb30cca5ea313fbc"}, + {file = "pandas-1.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e474390e60ed609cec869b0da796ad94f420bb057d86784191eefc62b65819ae"}, + {file = "pandas-1.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5f2b952406a1588ad4cad5b3f55f520e82e902388a6d5a4a91baa8d38d23c7f6"}, + {file = "pandas-1.5.3-cp311-cp311-win_amd64.whl", hash = "sha256:bc4c368f42b551bf72fac35c5128963a171b40dce866fb066540eeaf46faa003"}, + {file = "pandas-1.5.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:14e45300521902689a81f3f41386dc86f19b8ba8dd5ac5a3c7010ef8d2932813"}, + {file = "pandas-1.5.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9842b6f4b8479e41968eced654487258ed81df7d1c9b7b870ceea24ed9459b31"}, + {file = "pandas-1.5.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:26d9c71772c7afb9d5046e6e9cf42d83dd147b5cf5bcb9d97252077118543792"}, + {file = "pandas-1.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5fbcb19d6fceb9e946b3e23258757c7b225ba450990d9ed63ccceeb8cae609f7"}, + {file = "pandas-1.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:565fa34a5434d38e9d250af3c12ff931abaf88050551d9fbcdfafca50d62babf"}, + {file = "pandas-1.5.3-cp38-cp38-win32.whl", hash = "sha256:87bd9c03da1ac870a6d2c8902a0e1fd4267ca00f13bc494c9e5a9020920e1d51"}, + {file = "pandas-1.5.3-cp38-cp38-win_amd64.whl", hash = "sha256:41179ce559943d83a9b4bbacb736b04c928b095b5f25dd2b7389eda08f46f373"}, + {file = "pandas-1.5.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:c74a62747864ed568f5a82a49a23a8d7fe171d0c69038b38cedf0976831296fa"}, + {file = "pandas-1.5.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c4c00e0b0597c8e4f59e8d461f797e5d70b4d025880516a8261b2817c47759ee"}, + {file = "pandas-1.5.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a50d9a4336a9621cab7b8eb3fb11adb82de58f9b91d84c2cd526576b881a0c5a"}, + {file = "pandas-1.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd05f7783b3274aa206a1af06f0ceed3f9b412cf665b7247eacd83be41cf7bf0"}, + {file = "pandas-1.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9f69c4029613de47816b1bb30ff5ac778686688751a5e9c99ad8c7031f6508e5"}, + {file = "pandas-1.5.3-cp39-cp39-win32.whl", hash = "sha256:7cec0bee9f294e5de5bbfc14d0573f65526071029d036b753ee6507d2a21480a"}, + {file = "pandas-1.5.3-cp39-cp39-win_amd64.whl", hash = "sha256:dfd681c5dc216037e0b0a2c821f5ed99ba9f03ebcf119c7dac0e9a7b960b9ec9"}, + {file = "pandas-1.5.3.tar.gz", hash = "sha256:74a3fd7e5a7ec052f183273dc7b0acd3a863edf7520f5d3a1765c04ffdb3b0b1"}, ] [package.dependencies] @@ -2973,32 +2975,11 @@ numpy = [ {version = ">=1.21.0", markers = "python_version >= \"3.10\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, ] -python-dateutil = ">=2.8.2" +python-dateutil = ">=2.8.1" pytz = ">=2020.1" -tzdata = ">=2022.1" [package.extras] -all = ["PyQt5 (>=5.15.1)", "SQLAlchemy (>=1.4.16)", "beautifulsoup4 (>=4.9.3)", "bottleneck (>=1.3.2)", "brotlipy (>=0.7.0)", "fastparquet (>=0.6.3)", "fsspec (>=2021.07.0)", "gcsfs (>=2021.07.0)", "html5lib (>=1.1)", "hypothesis (>=6.34.2)", "jinja2 (>=3.0.0)", "lxml (>=4.6.3)", "matplotlib (>=3.6.1)", "numba (>=0.53.1)", "numexpr (>=2.7.3)", "odfpy (>=1.4.1)", "openpyxl (>=3.0.7)", "pandas-gbq (>=0.15.0)", "psycopg2 (>=2.8.6)", "pyarrow (>=7.0.0)", "pymysql (>=1.0.2)", "pyreadstat (>=1.1.2)", "pytest (>=7.0.0)", "pytest-asyncio (>=0.17.0)", "pytest-xdist (>=2.2.0)", "python-snappy (>=0.6.0)", "pyxlsb (>=1.0.8)", "qtpy (>=2.2.0)", "s3fs (>=2021.08.0)", "scipy (>=1.7.1)", "tables (>=3.6.1)", "tabulate (>=0.8.9)", "xarray (>=0.21.0)", "xlrd (>=2.0.1)", "xlsxwriter (>=1.4.3)", "zstandard (>=0.15.2)"] -aws = ["s3fs (>=2021.08.0)"] -clipboard = ["PyQt5 (>=5.15.1)", "qtpy (>=2.2.0)"] -compression = ["brotlipy (>=0.7.0)", "python-snappy (>=0.6.0)", "zstandard (>=0.15.2)"] -computation = ["scipy (>=1.7.1)", "xarray (>=0.21.0)"] -excel = ["odfpy (>=1.4.1)", "openpyxl (>=3.0.7)", "pyxlsb (>=1.0.8)", "xlrd (>=2.0.1)", "xlsxwriter (>=1.4.3)"] -feather = ["pyarrow (>=7.0.0)"] -fss = ["fsspec (>=2021.07.0)"] -gcp = ["gcsfs (>=2021.07.0)", "pandas-gbq (>=0.15.0)"] -hdf5 = ["tables (>=3.6.1)"] -html = ["beautifulsoup4 (>=4.9.3)", "html5lib (>=1.1)", "lxml (>=4.6.3)"] -mysql = ["SQLAlchemy (>=1.4.16)", "pymysql (>=1.0.2)"] -output-formatting = ["jinja2 (>=3.0.0)", "tabulate (>=0.8.9)"] -parquet = ["pyarrow (>=7.0.0)"] -performance = ["bottleneck (>=1.3.2)", "numba (>=0.53.1)", "numexpr (>=2.7.1)"] -plot = ["matplotlib (>=3.6.1)"] -postgresql = ["SQLAlchemy (>=1.4.16)", "psycopg2 (>=2.8.6)"] -spss = ["pyreadstat (>=1.1.2)"] -sql-other = ["SQLAlchemy (>=1.4.16)"] -test = ["hypothesis (>=6.34.2)", "pytest (>=7.0.0)", "pytest-asyncio (>=0.17.0)", "pytest-xdist (>=2.2.0)"] -xml = ["lxml (>=4.6.3)"] +test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"] [[package]] name = "pandocfilters" @@ -4717,17 +4698,6 @@ files = [ {file = "typing_extensions-4.6.3.tar.gz", hash = "sha256:d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5"}, ] -[[package]] -name = "tzdata" -version = "2023.3" -description = "Provider of IANA time zone data" -optional = false -python-versions = ">=2" -files = [ - {file = "tzdata-2023.3-py2.py3-none-any.whl", hash = "sha256:7e65763eef3120314099b6939b5546db7adce1e7d6f2e179e3df563c70511eda"}, - {file = "tzdata-2023.3.tar.gz", hash = "sha256:11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a"}, -] - [[package]] name = "uc-micro-py" version = "1.0.2" @@ -5084,4 +5054,4 @@ viz = ["geoviews", "holoviews", "hvplot", "ipykernel", "itkwidgets", "matplotlib [metadata] lock-version = "2.0" python-versions = ">=3.9, <4" -content-hash = "48a18496ea6a5220b9dfae5abfa20eeb1cfc118bbe2b8be66bdada731238e550" +content-hash = "86ecb600b645f8bde4e60d232bc9cbdb2a352b1fc5c32d7dbe2714825c7973de" diff --git a/pyproject.toml b/pyproject.toml index cb6914a3..d2c67dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ joblib = "*" llvmlite = "*" netCDF4 = "*" numpy = ">=1.20, <2.0" -pandas = "*" +pandas = "<2" psutil = "*" pydap = ">=3.4.0" pyresample = "*"