fix: add numpy and scikit-learn to requirements for v3 calibrators

This commit is contained in:
Celes Renata
2026-07-13 02:19:44 +00:00
parent a72f336ad1
commit 0aa72cbce1
+4
View File
@@ -40,5 +40,9 @@ pyyaml>=6.0.0
pytest>=8.0.0 pytest>=8.0.0
pytest-asyncio>=0.24.0 pytest-asyncio>=0.24.0
# ML/Calibration (used by confidence and sentiment calibrators)
numpy>=1.26.0
scikit-learn>=1.4.0
# Code quality # Code quality
ruff==0.15.10 ruff==0.15.10