File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ twine==6.1.0
1313base58 == 2.1.1
1414beautifulsoup4 == 4.13.4
1515colorama == 0.4.6
16- cryptography == 45.0.3
16+ cryptography == 45.0.5
1717GitPython == 3.1.44
1818humanfriendly == 10.0
19- lxml == 5.4 .0
19+ lxml == 6.0 .0
2020numpy == 1.24.4 ; python_version < '3.10'
2121numpy == 2.2.6 ; python_version == '3.10'
22- numpy == 2.3.0 ; python_version > '3.10'
22+ numpy == 2.3.1 ; python_version > '3.10'
2323odfpy == 1.4.1
24- xlrd == 2.0.1
24+ xlrd == 2.0.2
2525
2626# onnxruntime - ML engine
2727onnxruntime == 1.19.2 ; python_version < '3.10'
28- onnxruntime == 1.22.0 ; python_version >= '3.10'
28+ onnxruntime == 1.22.1 ; python_version >= '3.10'
2929
3030# openpyxl - A Python library to read/write Excel 2010 xlsx/xlsm files
3131openpyxl == 3.1.5
3232
3333# pandas - ML requirement and excel data reading
34- pandas == 2.3.0
34+ pandas == 2.3.1
3535
3636pdfminer.six == 20250324
3737pybase62 == 1.0.0
You can’t perform that action at this time.
0 commit comments