Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai-service/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pytest-cov==7.0.0
hypothesis==6.116.0
black==25.12.0
flake8==7.3.0
mypy==1.13.0
mypy==1.19.1
vulture==2.14

# Core ML/Data Science libraries (Intel-compatible versions)
Expand Down
2 changes: 1 addition & 1 deletion ai-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytest-cov==7.0.0 # Coverage reporting with pytest
hypothesis==6.116.0
black==25.12.0
flake8==7.3.0
mypy==1.13.0 # Static type checking for Python/TS parity
mypy==1.19.1 # Static type checking for Python/TS parity
vulture==2.14 # Dead code detection
mutmut>=2.5.0,<3.0.0 # Mutation testing for test quality validation (2.x is more stable)
bandit>=1.7.0 # Security vulnerability scanner
Expand Down
Loading