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:
2026-02-17 08:00:36 +01:00
parent 24b6fae5b0
commit 30a9b39367
2 changed files with 2 additions and 2 deletions

View File

@@ -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: |