Spaces:
Sleeping
Sleeping
Downgraded to py3.11 to be compatible with colab
Browse files- .python-version +1 -1
- pyproject.toml +3 -3
- uv.lock +0 -0
.python-version
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
3.
|
|
|
|
| 1 |
+
3.11
|
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ name = "pstuts_rag"
|
|
| 3 |
version = "2025.05.12"
|
| 4 |
description = "Agentic RAG system for PsTuts dataset"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"aiohttp>=3.8.0",
|
| 9 |
"chainlit==2.0.4",
|
|
@@ -60,7 +60,7 @@ dev = [
|
|
| 60 |
|
| 61 |
[tool.ruff]
|
| 62 |
line-length = 79
|
| 63 |
-
target-version = "
|
| 64 |
select = ["E", "F", "I", "N", "W"]
|
| 65 |
ignore = []
|
| 66 |
|
|
@@ -69,7 +69,7 @@ known-first-party = ["src"]
|
|
| 69 |
|
| 70 |
[tool.black]
|
| 71 |
line-length = 79
|
| 72 |
-
target-version = ["
|
| 73 |
|
| 74 |
# [tool.mypy]
|
| 75 |
# python_version = "3.13"
|
|
|
|
| 3 |
version = "2025.05.12"
|
| 4 |
description = "Agentic RAG system for PsTuts dataset"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.11"
|
| 7 |
dependencies = [
|
| 8 |
"aiohttp>=3.8.0",
|
| 9 |
"chainlit==2.0.4",
|
|
|
|
| 60 |
|
| 61 |
[tool.ruff]
|
| 62 |
line-length = 79
|
| 63 |
+
target-version = "py311"
|
| 64 |
select = ["E", "F", "I", "N", "W"]
|
| 65 |
ignore = []
|
| 66 |
|
|
|
|
| 69 |
|
| 70 |
[tool.black]
|
| 71 |
line-length = 79
|
| 72 |
+
target-version = ["py311"]
|
| 73 |
|
| 74 |
# [tool.mypy]
|
| 75 |
# python_version = "3.13"
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|