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-services/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pydantic==2.12.5
cryptography==46.0.6
python-dateutil==2.9.0
pyyaml==6.0.3
requests==2.33.0
requests==2.33.1
tqdm==4.67.3
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aiofiles==25.1.0
# via ngcsdk
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.4
aiohttp==3.13.5
# via
# pixelated (pyproject.toml)
# fsspec
Expand All @@ -35,7 +35,7 @@ annotated-doc==0.0.4
# typer
annotated-types==0.7.0
# via pydantic
anthropic==0.86.0
anthropic==0.87.0
# via
# opentelemetry-instrumentation-bedrock
# pydantic-ai-slim
Expand Down Expand Up @@ -277,7 +277,7 @@ fastavro==1.12.1
# via cohere
faster-whisper==1.2.1
# via pixelated (pyproject.toml)
fastmcp==3.1.1
fastmcp==3.2.0
# via
# pixelated (pyproject.toml)
# pydantic-ai-slim
Expand Down Expand Up @@ -1152,7 +1152,7 @@ peft==0.18.1
# via pixelated (pyproject.toml)
pexpect==4.9.0
# via hatch
pillow==12.1.1
pillow==12.2.0
# via
# pixelated (pyproject.toml)
# imageio
Expand Down Expand Up @@ -1428,7 +1428,7 @@ regex==2026.2.28
# nltk
# tiktoken
# transformers
requests==2.33.0
requests==2.33.1
# via
# pixelated (pyproject.toml)
# cohere
Expand Down
6 changes: 3 additions & 3 deletions src/lib/ai/bias-detection/python-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aif360==0.6.1
# via bias-detection-service (src/lib/ai/bias-detection/python-service/pyproject.toml)
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.3
aiohttp==3.13.4
# via
# bias-detection-service (src/lib/ai/bias-detection/python-service/pyproject.toml)
# datasets
Expand Down Expand Up @@ -327,7 +327,7 @@ pandas==3.0.0
# evaluate
# fairlearn
# shap
pillow==12.1.1
pillow==12.2.0
# via
# imageio
# matplotlib
Expand Down Expand Up @@ -391,7 +391,7 @@ regex==2026.1.15
# via
# nltk
# transformers
requests==2.33.0
requests==2.33.1
# via
# datasets
# evaluate
Expand Down
176 changes: 88 additions & 88 deletions src/lib/ai/bias-detection/python-service/uv.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/lib/ai/bias-detection/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aiohappyeyeballs==2.6.1
# via
# -r requirements.txt
# aiohttp
aiohttp==3.13.3
aiohttp==3.13.4
# via
# -r requirements.txt
# fsspec
Expand Down Expand Up @@ -614,7 +614,7 @@ pexpect==4.9.0
# via
# -r requirements.txt
# ipython
pillow==12.1.1
pillow==12.2.0
# via
# -r requirements.txt
# imageio
Expand Down Expand Up @@ -754,7 +754,7 @@ regex==2026.1.15
# -r requirements.txt
# nltk
# transformers
requests==2.33.0
requests==2.33.1
# via
# -r requirements.txt
# dash
Expand Down
342 changes: 171 additions & 171 deletions src/lib/ai/multimodal-bias-detection/python-service/uv.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/lib/ai/training/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ accelerate==1.12.0 # via
# -r src/lib/ai/training/requirements.txt
# peft
aiohappyeyeballs==2.6.1 # via aiohttp
aiohttp==3.13.3 # via fsspec
aiohttp==3.13.4 # via fsspec
aiosignal==1.4.0 # via aiohttp
annotated-doc==0.0.4 # via fastapi
annotated-types==0.7.0 # via pydantic
Expand Down Expand Up @@ -269,7 +269,7 @@ pathspec==1.0.3 # via
# black
# mypy
peft==0.18.1 # via -r src/lib/ai/training/requirements.txt
pillow==12.1.1 # via
pillow==12.2.0 # via
# matplotlib
# tensorboard
# torchvision
Expand Down Expand Up @@ -356,7 +356,7 @@ redis==7.1.0 # via -r src/lib/ai/training/requirements.txt
regex==2026.1.15 # via
# nltk
# transformers
requests==2.33.0 # via
requests==2.33.1 # via
# -r src/lib/ai/training/requirements.txt
# databricks-sdk
# datasets
Expand Down
228 changes: 114 additions & 114 deletions uv.lock

Large diffs are not rendered by default.

Loading