Skip to content

Commit 0cdf032

Browse files
authored
Bump packages version (#740)
* Update requirements.txt onnx_1.22.1 * Update requirements.txt [no ci]
1 parent 04bce80 commit 0cdf032

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ twine==6.1.0
1313
base58==2.1.1
1414
beautifulsoup4==4.13.4
1515
colorama==0.4.6
16-
cryptography==45.0.3
16+
cryptography==45.0.5
1717
GitPython==3.1.44
1818
humanfriendly==10.0
19-
lxml==5.4.0
19+
lxml==6.0.0
2020
numpy==1.24.4; python_version < '3.10'
2121
numpy==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'
2323
odfpy==1.4.1
24-
xlrd==2.0.1
24+
xlrd==2.0.2
2525

2626
# onnxruntime - ML engine
2727
onnxruntime==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
3131
openpyxl==3.1.5
3232

3333
# pandas - ML requirement and excel data reading
34-
pandas==2.3.0
34+
pandas==2.3.1
3535

3636
pdfminer.six==20250324
3737
pybase62==1.0.0

0 commit comments

Comments
 (0)