Skip to content

Commit

Permalink
Update pyproject.toml version
Browse files Browse the repository at this point in the history
  • Loading branch information
freddiev4 authored Dec 20, 2024
1 parent 9b41114 commit bd1261a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"

[project]
name = "judges"
version = "0.0.4"
version = "0.0.5"
authors = [
{name = "Freddie Vargus", email = "[email protected]"},
{name = "James Liounis", email = "[email protected]"},
]
description = "A small library for off-the-shelf LLMs as judges."
description = "A small library of research-backed LLM judges"
dependencies = [
"openai == 1.57.4",
]
Expand All @@ -36,8 +36,6 @@ dev = [
"openai-responses==0.11.2",
]



[tool.setuptools.packages.find]
include = ["judges*"]
exclude = ["tests*"]
Expand Down

0 comments on commit bd1261a

Please sign in to comment.