From 80f6587a18c074fdc0c075ae8f6462c4df8e79e6 Mon Sep 17 00:00:00 2001 From: Jordan Taylor Date: Mon, 8 Apr 2024 23:19:56 +0100 Subject: [PATCH] Fix python & scipy versions for build bug --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56b4d08..7986977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,8 @@ authors = ["Jordan Taylor "] readme = "README.md" [tool.poetry.dependencies] -python = ">=3.11,<3.13" +python = "3.11.1" +scipy = "1.11.3" requests = "^2.31.0" playwright = "^1.35.0" pandas = "^2.0.2"