Fix build : retirer orderedset (incompatible Python 3.12 Windows)
orderedset ne compile pas sur Windows/Python 3.12 (longintrepr.h manquant). C'est optionnel pour Nuitka. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
pip install -r requirements.txt
|
||||
pip install nuitka orderedset zstandard
|
||||
pip install nuitka zstandard
|
||||
|
||||
- name: Download NER model
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user