We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177bcbc commit 4336e09Copy full SHA for 4336e09
requirements.txt
@@ -11,20 +11,20 @@ twine==6.1.0
11
12
# Common requirements
13
base58==2.1.1
14
-beautifulsoup4==4.13.3
+beautifulsoup4==4.13.4
15
colorama==0.4.6
16
-cryptography==44.0.2
+cryptography==44.0.3
17
GitPython==3.1.44
18
humanfriendly==10.0
19
-lxml==5.3.2
+lxml==5.4.0
20
numpy==1.24.4; python_version < '3.10'
21
-numpy==2.2.4; python_version >= '3.10'
+numpy==2.2.5; python_version >= '3.10'
22
odfpy==1.4.1
23
xlrd==2.0.1
24
25
# onnxruntime - ML engine
26
onnxruntime==1.19.2; python_version < '3.10'
27
-onnxruntime==1.21.0; python_version >= '3.10'
+onnxruntime==1.21.1; python_version >= '3.10'
28
29
# openpyxl - A Python library to read/write Excel 2010 xlsx/xlsm files
30
openpyxl==3.1.5
0 commit comments