diff --git a/pyproject.toml b/pyproject.toml index a5edca5..5d7f2c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.12,<3.13" -scipy = ">=1.13,<1.14" +scipy = ">=1.14,<1.15" pandas = ">= 2.2,<2.3" PyPDF2 = ">=3.0,<3.1" textract = ">=1.6,<1.7" diff --git a/requirements.txt b/requirements.txt index ef7bf66..d6ff6ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -scipy==1.13.0 +scipy==1.14.0 pandas==2.2.2 PyPDF2==3.0.1 textract==1.6.5