From 3f6c83c6a4a2517d41e5a4a5e14e41c83d0c3b8a Mon Sep 17 00:00:00 2001 From: dani serven Date: Sun, 11 Feb 2024 23:17:33 +0100 Subject: [PATCH] fix solving for scipy --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 31dc8890..ffea7f69 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2224,4 +2224,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1, <3.13" -content-hash = "213901c544c0acc77dda325c7ca3fee5c49bea552e55c168200b3f5a3c812dda" +content-hash = "48b7914420f1e30a1ad3431fce2101610458e8ff2393dca794b4e6184f317580" diff --git a/pyproject.toml b/pyproject.toml index 975df490..cb414b30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,8 @@ python = ">=3.8.1, <3.13" numpy = "^1.24.2" progressbar2 = "^4.2.0" scipy = [ - { version = "^1.10.1", python = "<3.12,>=3.8" }, - { version = "<1.12,>=1.11.1", python = "<3.13,>=3.9" } + { version = ">=1.10.1,<1.11", python = "<3.9,>=3.8" }, + { version = ">=1.11.1,<1.12", python = "<3.13,>=3.9" } ] [tool.poetry.group.dev.dependencies]