diff --git a/pyproject.toml b/pyproject.toml index 93265ef..e16b338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "lightcone-cli" dynamic = ["version"] description = "Lightcone command-line toolchain" -# readme = "README.md" +readme = "README.md" license = { text = "BSD-3-Clause" } requires-python = ">=3.11" authors = [ @@ -25,7 +25,7 @@ dependencies = [ [dependency-groups] eval = [ - "anthropic>=0.40", + "anthropic>=0.90", "build>=1.0", "daytona-sdk>=0.140", "pydantic>=2.0",