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"