diff options
| author | Yuren Hao <yurenh2@timan108.cs.illinois.edu> | 2025-08-18 14:57:43 -0500 |
|---|---|---|
| committer | Yuren Hao <yurenh2@timan108.cs.illinois.edu> | 2025-08-18 14:57:43 -0500 |
| commit | 15d2efee157be4190b7d2c534d483cb71127af7a (patch) | |
| tree | c31e6872be7064bc45556b0185243d663db33662 /genderbench | |
| parent | 24c5437993a0199074e027785d11ae3647576123 (diff) | |
Diffstat (limited to 'genderbench')
| -rw-r--r-- | genderbench/pyproject.toml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/genderbench/pyproject.toml b/genderbench/pyproject.toml index 3cf68d5..0652cd3 100644 --- a/genderbench/pyproject.toml +++ b/genderbench/pyproject.toml @@ -2,9 +2,7 @@ name = "genderbench" version = "1.1.0" description = "Evaluation suite for gender biases in LLMs." -authors = [ - {name = "Matúš Pikuliak",email = "matus.pikuliak@gmail.com"} -] +authors = [] license = {file = "LICENSE"} readme = "README.md" requires-python = ">=3.12" @@ -28,10 +26,6 @@ dependencies = [ "tqdm (>=4.67.1,<5.0.0)", ] -[project.urls] -repository = "https://github.com/matus-pikuliak/genderbench" -documentation = "https://genderbench.readthedocs.io" - [tool.poetry.group.dev.dependencies] black = "^25.1.0" isort = "^6.0.1" |
