Skip to content
Closed
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 apps/pii/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test-only deps. Unit tests need requirements.txt + this file (no models);
# integration tests additionally need the models baked into the docker images
# (see tests/test_integration.py).
pytest==8.4.1
pytest==9.0.3
httpx==0.28.1
2 changes: 1 addition & 1 deletion apps/pii/requirements-gliner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# torch is pinned in the Dockerfile instead: the CPU and CUDA targets install
# the same version from different wheel indexes.
gliner==0.2.27
transformers==4.56.2
transformers==5.3.0
huggingface_hub==0.35.3
Loading