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
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
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
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
Loading