We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186789b commit ec0bc70Copy full SHA for ec0bc70
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "lightcone-cli"
3
dynamic = ["version"]
4
description = "Lightcone command-line toolchain"
5
-# readme = "README.md"
+readme = "README.md"
6
license = { text = "BSD-3-Clause" }
7
requires-python = ">=3.11"
8
authors = [
@@ -25,7 +25,7 @@ dependencies = [
25
26
[dependency-groups]
27
eval = [
28
- "anthropic>=0.40",
+ "anthropic>=0.90",
29
"build>=1.0",
30
"daytona-sdk>=0.140",
31
"pydantic>=2.0",
0 commit comments