Skip to content

Commit 4336e09

Browse files
authored
Update requirements.txt (#715)
1 parent 177bcbc commit 4336e09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ twine==6.1.0
1111

1212
# Common requirements
1313
base58==2.1.1
14-
beautifulsoup4==4.13.3
14+
beautifulsoup4==4.13.4
1515
colorama==0.4.6
16-
cryptography==44.0.2
16+
cryptography==44.0.3
1717
GitPython==3.1.44
1818
humanfriendly==10.0
19-
lxml==5.3.2
19+
lxml==5.4.0
2020
numpy==1.24.4; python_version < '3.10'
21-
numpy==2.2.4; python_version >= '3.10'
21+
numpy==2.2.5; python_version >= '3.10'
2222
odfpy==1.4.1
2323
xlrd==2.0.1
2424

2525
# onnxruntime - ML engine
2626
onnxruntime==1.19.2; python_version < '3.10'
27-
onnxruntime==1.21.0; python_version >= '3.10'
27+
onnxruntime==1.21.1; python_version >= '3.10'
2828

2929
# openpyxl - A Python library to read/write Excel 2010 xlsx/xlsm files
3030
openpyxl==3.1.5

0 commit comments

Comments
 (0)