Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- pyproject.toml +38 -38
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -1,38 +1,38 @@
|
|
| 1 |
-
[build-system]
|
| 2 |
-
requires = ["setuptools>=68", "wheel"]
|
| 3 |
-
build-backend = "setuptools.build_meta"
|
| 4 |
-
|
| 5 |
-
[project]
|
| 6 |
-
name = "openenv-python-code-review-env"
|
| 7 |
-
version = "1.0.0"
|
| 8 |
-
description = "TorchReview Copilot: AI-powered Python code triage with PyTorch and OpenEnv validation."
|
| 9 |
-
readme = "README.md"
|
| 10 |
-
requires-python = ">=3.10"
|
| 11 |
-
|
| 12 |
-
dependencies = [
|
| 13 |
-
"fastapi>=0.111.0",
|
| 14 |
-
"gradio>=5.26.0",
|
| 15 |
-
"hf-xet>=1.4.3",
|
| 16 |
-
"openai>=1.76.0",
|
| 17 |
-
"openenv-core[core]>=0.2.2",
|
| 18 |
-
"streamlit>=1.44.0",
|
| 19 |
-
"torch>=2.2.0",
|
| 20 |
-
"transformers>=4.45.0",
|
| 21 |
-
"uvicorn>=0.30.0",
|
| 22 |
-
]
|
| 23 |
-
|
| 24 |
-
[project.optional-dependencies]
|
| 25 |
-
dev = [
|
| 26 |
-
"pytest>=8.0.0",
|
| 27 |
-
"pytest-cov>=4.0.0",
|
| 28 |
-
]
|
| 29 |
-
|
| 30 |
-
[project.scripts]
|
| 31 |
-
server = "python_env.server.app:main"
|
| 32 |
-
|
| 33 |
-
[tool.setuptools]
|
| 34 |
-
include-package-data = true
|
| 35 |
-
|
| 36 |
-
[tool.setuptools.packages.find]
|
| 37 |
-
where = ["."]
|
| 38 |
-
include = ["*"]
|
|
|
|
| 1 |
+
[build-system]
|
| 2 |
+
requires = ["setuptools>=68", "wheel"]
|
| 3 |
+
build-backend = "setuptools.build_meta"
|
| 4 |
+
|
| 5 |
+
[project]
|
| 6 |
+
name = "openenv-python-code-review-env"
|
| 7 |
+
version = "1.0.0"
|
| 8 |
+
description = "TorchReview Copilot: AI-powered Python code triage with PyTorch and OpenEnv validation."
|
| 9 |
+
readme = "README.md"
|
| 10 |
+
requires-python = ">=3.10"
|
| 11 |
+
|
| 12 |
+
dependencies = [
|
| 13 |
+
"fastapi>=0.111.0",
|
| 14 |
+
"gradio>=5.26.0",
|
| 15 |
+
"hf-xet>=1.4.3",
|
| 16 |
+
"openai>=1.76.0",
|
| 17 |
+
"openenv-core[core]>=0.2.2",
|
| 18 |
+
"streamlit>=1.44.0",
|
| 19 |
+
"torch>=2.2.0",
|
| 20 |
+
"transformers>=4.45.0",
|
| 21 |
+
"uvicorn>=0.30.0",
|
| 22 |
+
]
|
| 23 |
+
|
| 24 |
+
[project.optional-dependencies]
|
| 25 |
+
dev = [
|
| 26 |
+
"pytest>=8.0.0",
|
| 27 |
+
"pytest-cov>=4.0.0",
|
| 28 |
+
]
|
| 29 |
+
|
| 30 |
+
[project.scripts]
|
| 31 |
+
server = "python_env.server.app:main"
|
| 32 |
+
|
| 33 |
+
[tool.setuptools]
|
| 34 |
+
include-package-data = true
|
| 35 |
+
|
| 36 |
+
[tool.setuptools.packages.find]
|
| 37 |
+
where = ["."]
|
| 38 |
+
include = ["*"]
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|