Spaces:
Running on Zero
Running on Zero
Sync from GitHub main
Browse files- pyproject.toml +3 -2
pyproject.toml
CHANGED
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "limen-runtime-audit"
|
| 7 |
-
version = "0.
|
| 8 |
-
description = "Reproducible runtime trajectory auditing for open-weight language models"
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
license = {text = "Apache-2.0"}
|
|
@@ -19,6 +19,7 @@ Issues = "https://github.com/jeanbosange-bit/limen-runtime-audit/issues"
|
|
| 19 |
|
| 20 |
[project.optional-dependencies]
|
| 21 |
dev = ["pytest>=8.0"]
|
|
|
|
| 22 |
|
| 23 |
[project.scripts]
|
| 24 |
limen-audit = "limen_runtime_audit.cli:main"
|
|
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "limen-runtime-audit"
|
| 7 |
+
version = "0.2.0"
|
| 8 |
+
description = "Reproducible runtime trajectory auditing and evidence-chain observability for open-weight language models"
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
license = {text = "Apache-2.0"}
|
|
|
|
| 19 |
|
| 20 |
[project.optional-dependencies]
|
| 21 |
dev = ["pytest>=8.0"]
|
| 22 |
+
space = ["torch>=2.1", "transformers>=4.42", "accelerate>=0.30", "gradio", "spaces"]
|
| 23 |
|
| 24 |
[project.scripts]
|
| 25 |
limen-audit = "limen_runtime_audit.cli:main"
|