Spaces:
Running
Running
ajaxwin commited on
Commit ·
6be844b
1
Parent(s): a503619
project working
Browse files- .gitignore +0 -1
- pyproject.toml +2 -1
- uv.lock +0 -0
.gitignore
CHANGED
|
@@ -13,5 +13,4 @@ baseline_scores.json
|
|
| 13 |
.pytest_cache/
|
| 14 |
MySolution.md
|
| 15 |
nltk_data
|
| 16 |
-
uv.lock
|
| 17 |
eval_results.json
|
|
|
|
| 13 |
.pytest_cache/
|
| 14 |
MySolution.md
|
| 15 |
nltk_data
|
|
|
|
| 16 |
eval_results.json
|
pyproject.toml
CHANGED
|
@@ -12,8 +12,9 @@ build-backend = "setuptools.build_meta"
|
|
| 12 |
name = "openenv-smartcontractenv"
|
| 13 |
version = "1.2.0"
|
| 14 |
description = "Smartcontractenv environment for OpenEnv"
|
| 15 |
-
requires-python = ">=3.12"
|
| 16 |
dependencies = [
|
|
|
|
| 17 |
"openenv-core[core]>=0.2.0",
|
| 18 |
"fastapi==0.115.0",
|
| 19 |
"uvicorn[standard]==0.30.6",
|
|
|
|
| 12 |
name = "openenv-smartcontractenv"
|
| 13 |
version = "1.2.0"
|
| 14 |
description = "Smartcontractenv environment for OpenEnv"
|
| 15 |
+
requires-python = ">=3.12,<3.13"
|
| 16 |
dependencies = [
|
| 17 |
+
"openenv<=0.1.13",
|
| 18 |
"openenv-core[core]>=0.2.0",
|
| 19 |
"fastapi==0.115.0",
|
| 20 |
"uvicorn[standard]==0.30.6",
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|