Skip to content

Commit d44c62d

Browse files
authored
feat: windows support (#122)
* feat: windows support Signed-off-by: Michele Dolfi <[email protected]> * add Windows in README Signed-off-by: Michele Dolfi <[email protected]> --------- Signed-off-by: Michele Dolfi <[email protected]>
1 parent cde671c commit d44c62d

File tree

3 files changed

+64
-58
lines changed

3 files changed

+64
-58
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ To use Docling, simply install `docling` from your package manager, e.g. pip:
3333
pip install docling
3434
```
3535

36-
> [!NOTE]
37-
> Works on macOS and Linux environments. Windows platforms are currently not tested.
36+
Works on macOS, Linux and Windows environments. Both x86_64 and arm64 architectures.
3837

3938
<details>
4039
<summary><b>Alternative PyTorch distributions</b></summary>

poetry.lock

+61-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ python = "^3.10"
3939
pydantic = "^2.0.0"
4040
docling-core = "^1.6.2"
4141
docling-ibm-models = "^1.3.1"
42-
deepsearch-glm = "^0.21.1"
42+
deepsearch-glm = "^0.22.0"
4343
filetype = "^1.2.0"
4444
pypdfium2 = "^4.30.0"
4545
pydantic-settings = "^2.3.0"
4646
huggingface_hub = ">=0.23,<1"
4747
requests = "^2.32.3"
4848
easyocr = "^1.7"
49-
docling-parse = "^1.2.0"
49+
docling-parse = "^1.4.1"
5050
certifi = ">=2024.7.4"
5151
rtree = "^1.3.0"
5252
scipy = "^1.14.1"

0 commit comments

Comments
 (0)