Skip to content

Commit 1a6ee26

Browse files
authored
[CI] [Windows] Fix DocIO Compilation (#19)
Co-authored-by: tjtanaa <tunjian.tan@embeddedllm.com>
1 parent b48a220 commit 1a6ee26

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scripts/compile_docio_exe.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ cd .\clients\python
33
pip install .
44
cd .\..\..\services\docio
55
pip install -e .
6-
pip install pyinstaller
6+
pip install pyinstaller==6.9.0
7+
pip install cryptography==42.0.8
8+
pip install python-magic-bin
79
pyinstaller docio.spec

services/docio/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies = [
8686
"python-multipart",
8787
"s3fs",
8888
"timm",
89-
"torch",
89+
"torch~=2.2.0",
9090
"transformers>=4.38.2",
9191
"unstructured-client @ git+https://github.com/EmbeddedLLM/unstructured-python-client.git@fix-nested-asyncio-conflict-with-uvloop#egg=unstructured-client",
9292
"unstructured~=0.14.9",

0 commit comments

Comments
 (0)