From a3986f6a03c02d7c180dd6c4d9538745a98168fd Mon Sep 17 00:00:00 2001 From: caufieldjh Date: Mon, 18 Nov 2024 12:14:37 -0500 Subject: [PATCH] Set numpy >=2.0.0 on python >=3.13 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 46d2bac6a..16a0444ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4682,13 +4682,13 @@ files = [ [[package]] name = "portalocker" -version = "2.10.1" +version = "3.0.0" description = "Wraps the portalocker recipe for easy usage" optional = false python-versions = ">=3.8" files = [ - {file = "portalocker-2.10.1-py3-none-any.whl", hash = "sha256:53a5984ebc86a025552264b459b46a2086e269b21823cb572f8f28ee759e45bf"}, - {file = "portalocker-2.10.1.tar.gz", hash = "sha256:ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f"}, + {file = "portalocker-3.0.0-py3-none-any.whl", hash = "sha256:211916b539a0dc3c128a3d9e86893ecfefec5379c4ff684e798f0a00f99db406"}, + {file = "portalocker-3.0.0.tar.gz", hash = "sha256:21f535de2e7a82c94c130c054adb5c7421d480d5619d61073996e2f89bcb879b"}, ] [package.dependencies] @@ -7722,4 +7722,4 @@ web = ["Jinja2", "fastapi", "python-multipart", "uvicorn"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.9.7 || >3.9.7,<4.0" -content-hash = "16c53029a0009a30384ef58e9880090810cd14044ac69aaeac8604c41449ee66" +content-hash = "cb1f6cb532d22712c0c2f519789ddc80aa071b3daa4470fe3c9685e0707761f0" diff --git a/pyproject.toml b/pyproject.toml index e503c3a53..324887498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ scipy = [ ] numpy = [ {version = ">=1.23,<2.1", python = "<3.13"}, - {version = "^2.1", python = ">=3.13"} + {version = ">=2.0.0", python = ">=3.13"} ] [tool.poetry.dev-dependencies]