Skip to content

Commit d627a9a

Browse files
committed
Update dependencies in requirements.txt
Upgraded matplotlib, numpy, and pandas to their latest versions to ensure compatibility and access new features. Added pdfminer.six, pdfplumber, and pypdfium2 to support improved PDF handling capabilities. These changes help maintain the project’s stability and functionality.
1 parent 3a50bf3 commit d627a9a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,18 @@ kiwisolver==1.4.8
5959
kombu==5.5.4
6060
Mako==1.3.10
6161
MarkupSafe==3.0.2
62-
matplotlib==3.8.2
62+
matplotlib==3.10.6
6363
mccabe==0.7.0
6464
mypy==1.7.1
6565
mypy_extensions==1.1.0
66-
numpy==1.26.4
66+
numpy==2.3.2
6767
openpyxl==3.1.2
6868
packaging==25.0
69-
pandas==2.1.4
69+
pandas==2.3.2
7070
passlib==1.7.4
7171
pathspec==0.12.1
72+
pdfminer.six==20250506
73+
pdfplumber==0.11.7
7274
Pillow==10.1.0
7375
platformdirs==4.3.8
7476
pluggy==1.6.0
@@ -85,9 +87,9 @@ pydantic==2.5.0
8587
pydantic-settings==2.1.0
8688
pydantic_core==2.14.1
8789
pyflakes==3.1.0
88-
PyMuPDF==1.26.3
8990
pyparsing==3.2.3
9091
PyPDF2==3.0.1
92+
pypdfium2==4.30.0
9193
pytest==7.4.3
9294
pytest-asyncio==0.21.1
9395
pytest-cov==4.1.0

0 commit comments

Comments
 (0)