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
9 changes: 0 additions & 9 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
# Skipping joblib vulnerability (PYSEC-2024-277): disputed, no fix version available
# Skipping markdown vulnerability (PYSEC-2026-89): no fix version available on PyPI
# Skipping pyjwt vulnerability (PYSEC-2025-183): disputed, no fix version available
# Skipping transformers vulnerabilities (PYSEC-2025-211 through 218): no fix version available
ignore-vulns: |
GHSA-xm59-rqc7-hhvf
GHSA-hx9q-6w63-j58v
Expand All @@ -72,11 +71,3 @@ jobs:
PYSEC-2024-277
PYSEC-2026-89
PYSEC-2025-183
PYSEC-2025-211
PYSEC-2025-212
PYSEC-2025-213
PYSEC-2025-214
PYSEC-2025-215
PYSEC-2025-216
PYSEC-2025-217
PYSEC-2025-218
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ dev = [
"pytest-cov>=6.1.1",
"pytest-mock>=3.14.0",
"ruff>=0.14.7",
"transformers>=4.57.3",
"pandas-stubs>=2.3.3.260113",
]
docs = [
Expand Down
Loading
Loading