From fe74343441ee2e4b77ae2121085b445d14bc1470 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 3 Dec 2024 22:42:30 -0800 Subject: [PATCH] Revert "fix(deps): update python to >=3.13,<3.14 (#206)" This reverts commit 3c7138a1988f795d3e5862654faa1fadb706d524. --- frontend/poetry.lock | 9 ++------- frontend/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/frontend/poetry.lock b/frontend/poetry.lock index 1779540..ca6474d 100644 --- a/frontend/poetry.lock +++ b/frontend/poetry.lock @@ -973,11 +973,6 @@ files = [ {file = "matplotlib-3.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10d3e5c7a99bd28afb957e1ae661323b0800d75b419f24d041ed1cc5d844a764"}, {file = "matplotlib-3.9.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:816a966d5d376bf24c92af8f379e78e67278833e4c7cbc9fa41872eec629a060"}, {file = "matplotlib-3.9.3-cp39-cp39-win_amd64.whl", hash = "sha256:3fb0b37c896172899a4a93d9442ffdc6f870165f59e05ce2e07c6fded1c15749"}, - {file = "matplotlib-3.9.3-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:5f2a4ea08e6876206d511365b0bc234edc813d90b930be72c3011bbd7898796f"}, - {file = "matplotlib-3.9.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:9b081dac96ab19c54fd8558fac17c9d2c9cb5cc4656e7ed3261ddc927ba3e2c5"}, - {file = "matplotlib-3.9.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a0a63cb8404d1d1f94968ef35738900038137dab8af836b6c21bb6f03d75465"}, - {file = "matplotlib-3.9.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:896774766fd6be4571a43bc2fcbcb1dcca0807e53cab4a5bf88c4aa861a08e12"}, - {file = "matplotlib-3.9.3.tar.gz", hash = "sha256:cd5dbbc8e25cad5f706845c4d100e2c8b34691b412b93717ce38d8ae803bcfa5"}, ] [package.dependencies] @@ -1937,5 +1932,5 @@ test = ["coverage (>=5.3)", "tomli (>=2.0.1)", "tox"] [metadata] lock-version = "2.0" -python-versions = ">=3.13,<3.14" -content-hash = "5b23708db87f82ffbe4297d7014606064587564f7ba8fc3275926f2481c36897" +python-versions = ">=3.12,<3.13" +content-hash = "009b920133107e1e748066abecea47b60907b38be35927bc8eadaa6446dcbdf9" diff --git a/frontend/pyproject.toml b/frontend/pyproject.toml index 0e5957c..a7b6ad2 100644 --- a/frontend/pyproject.toml +++ b/frontend/pyproject.toml @@ -8,7 +8,7 @@ authors = [ readme = "README.md" [tool.poetry.dependencies] -python = ">=3.13,<3.14" +python = ">=3.12,<3.13" django = "^5.0.3" scikit-learn = "^1.4.1" scipy = "^1.12.0"