Skip to content

Commit

Permalink
Merge pull request #171 from citadel-ai/patch-0.8.1
Browse files Browse the repository at this point in the history
0.8.1 patch release
  • Loading branch information
liwii authored Dec 5, 2024
2 parents aa922d9 + 3ce5325 commit 16df539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "langcheck"
version = "0.8.0"
version = "0.8.1"
description = "Simple, Pythonic building blocks to evaluate LLM-based applications"
readme = "README.md"
authors = [{ name = "Citadel AI", email = "info@citadel.co.jp" }]
Expand All @@ -20,7 +20,7 @@ dependencies = [
'Jinja2',
'nlpaug',
'nltk >= 3.9',
'openai >= 1, < 1.47',
'openai >= 1',
'pandas >= 1',
'plotly >= 5',
'rouge-score >= 0.1.2',
Expand Down

0 comments on commit 16df539

Please sign in to comment.