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
4 changes: 2 additions & 2 deletions aiverify-test-engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [{ name = "AI Verify" }]
description = "AI Verify Test Engine provides core interfaces, converters, data, model and plugin managers to facilitate the development of tests for AI systems. It is used as a base library for all AI Verify official stock-plugins and can be used to develop custom plugins."
dependencies = [
"joblib==1.4.2",
"pillow==10.4.0",
"pillow==12.1.1",
"libclang==16.0.6",
"numpy==1.26.4",
"scikit-learn==1.5.2",
Expand All @@ -21,7 +21,7 @@ dependencies = [
"referencing==0.33.0",
"rpds-py==0.17.1",
"setuptools>=78.1.1",
"requests==2.32.3",
"requests==2.32.4",
"pydantic==2.*",
]
readme = "README.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
dependencies = [
"numpy==1.26.4",
"pandas==2.2.2",
"pillow==10.4.0",
"pillow==12.1.1",
"aiverify-test-engine[all]>=2.0.1",
"albumentations>=2.0.4",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
dependencies = [
"numpy==1.26.4",
"pandas==2.2.2",
"pillow==10.4.0",
"pillow==12.1.1",
"aiverify-test-engine[all]>=2.0.1",
"albumentations>=2.0.4",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
dependencies = [
"numpy==1.26.4",
"pandas==2.2.2",
"pillow==10.4.0",
"pillow==12.1.1",
"aiverify-test-engine[all]>=2.0.1",
"albumentations>=2.0.4",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
dependencies = [
"numpy==1.26.4",
"pandas==2.2.2",
"pillow==10.4.0",
"pillow==12.1.1",
"aiverify-test-engine[all]>=2.0.1",
"albumentations>=2.0.4",
]
Expand Down
Loading