From 0c9cb0290dfb5b880d4badc9512df42f03866676 Mon Sep 17 00:00:00 2001 From: danielfromearth Date: Fri, 28 Jun 2024 15:39:56 -0400 Subject: [PATCH] update poetry dependencies --- poetry.lock | 5 +---- pyproject.toml | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index 42a63dc..be470e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1665,7 +1665,6 @@ optional = false python-versions = ">=3.9" files = [ {file = "pandas-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:90c6fca2acf139569e74e8781709dccb6fe25940488755716d1d354d6bc58bce"}, - {file = "pandas-2.2.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c7adfc142dac335d8c1e0dcbd37eb8617eac386596eb9e1a1b77791cf2498238"}, {file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4abfe0be0d7221be4f12552995e58723c7422c80a659da13ca382697de830c08"}, {file = "pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8635c16bf3d99040fdf3ca3db669a7250ddf49c55dc4aa8fe0ae0fa8d6dcc1f0"}, {file = "pandas-2.2.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:40ae1dffb3967a52203105a077415a86044a2bea011b5f321c6aa64b379a3f51"}, @@ -1679,14 +1678,12 @@ files = [ {file = "pandas-2.2.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0cace394b6ea70c01ca1595f839cf193df35d1575986e484ad35c4aeae7266c1"}, {file = "pandas-2.2.2-cp311-cp311-win_amd64.whl", hash = "sha256:873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24"}, {file = "pandas-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:9dfde2a0ddef507a631dc9dc4af6a9489d5e2e740e226ad426a05cabfbd7c8ef"}, - {file = "pandas-2.2.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e9b79011ff7a0f4b1d6da6a61aa1aa604fb312d6647de5bad20013682d1429ce"}, {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1cb51fe389360f3b5a4d57dbd2848a5f033350336ca3b340d1c53a1fad33bcad"}, {file = "pandas-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eee3a87076c0756de40b05c5e9a6069c035ba43e8dd71c379e68cab2c20f16ad"}, {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3e374f59e440d4ab45ca2fffde54b81ac3834cf5ae2cdfa69c90bc03bde04d76"}, {file = "pandas-2.2.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:43498c0bdb43d55cb162cdc8c06fac328ccb5d2eabe3cadeb3529ae6f0517c32"}, {file = "pandas-2.2.2-cp312-cp312-win_amd64.whl", hash = "sha256:d187d355ecec3629624fccb01d104da7d7f391db0311145817525281e2804d23"}, {file = "pandas-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0ca6377b8fca51815f382bd0b697a0814c8bda55115678cbc94c30aacbb6eff2"}, - {file = "pandas-2.2.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9057e6aa78a584bc93a13f0a9bf7e753a5e9770a30b4d758b8d5f2a62a9433cd"}, {file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:001910ad31abc7bf06f49dcc903755d2f7f3a9186c0c040b827e522e9cef0863"}, {file = "pandas-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66b479b0bd07204e37583c191535505410daa8df638fd8e75ae1b383851fe921"}, {file = "pandas-2.2.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a77e9d1c386196879aa5eb712e77461aaee433e54c68cf253053a73b7e49c33a"}, @@ -2869,4 +2866,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5cc1bc065f5eff1f9524d34a1231e8656024dced0edb34ef864387e343323d03" +content-hash = "34fc64ad5dcf317d941b86728adc35cd93d316a937fa0a90534cc1b9e54c2d82" diff --git a/pyproject.toml b/pyproject.toml index beac3a5..57f4137 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,28 +19,28 @@ stitchee = 'concatenator.run_stitchee:main' [tool.poetry.dependencies] python = "^3.10" -netcdf4 = "^1.6.5" -xarray = "^2024.3.0" -dask = "^2024.4.1" +netcdf4 = ">=1.6.5" +xarray = ">=2024.3.0" +dask = ">=2024.4.1" [tool.poetry.group.dev.dependencies] -pytest = "^8.1.1" -mypy = "^1.9.0" -black = "^24.4.0" +pytest = ">=8.1.1" +mypy = ">=1.9.0" +black = ">=24.4.0" ruff = ">=0.3.7,<0.5.0" -pytest-cov = "^5.0.0" -mkdocs = "^1.6.0" -markdown-callouts = "^0.4.0" -markdown-include = "^0.8.1" -mkdocstrings = "^0.25.1" -mkdocs-jupyter = "^0.24.7" -mkdocs-material = "^9.5.22" +pytest-cov = ">=5.0.0" +mkdocs = ">=1.6.0" +markdown-callouts = ">=0.4.0" +markdown-include = ">=0.8.1" +mkdocstrings = ">=0.25.1" +mkdocs-jupyter = ">=0.24.7" +mkdocs-material = ">=9.5.22" [tool.poetry.group.harmony.dependencies] -harmony-service-lib = "^1.0.26" +harmony-service-lib = ">=1.0.26" [tool.poetry.group.integration.dependencies] -harmony-py = "^0.4.14" +harmony-py = ">=0.4.14" [build-system] requires = ["poetry-core"]