Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- pyproject.toml +1 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -7,7 +7,7 @@ name = "jericho"
|
|
| 7 |
version = "1.0.0"
|
| 8 |
description = "A code debugging RL environment where AI agents fix buggy Python code."
|
| 9 |
readme = "README.md"
|
| 10 |
-
requires-python = ">=3.
|
| 11 |
dependencies = [
|
| 12 |
"openenv-core>=0.2.0",
|
| 13 |
"fastapi>=0.100.0",
|
|
|
|
| 7 |
version = "1.0.0"
|
| 8 |
description = "A code debugging RL environment where AI agents fix buggy Python code."
|
| 9 |
readme = "README.md"
|
| 10 |
+
requires-python = ">=3.10"
|
| 11 |
dependencies = [
|
| 12 |
"openenv-core>=0.2.0",
|
| 13 |
"fastapi>=0.100.0",
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|