Spaces:
Running
Running
Sort versioning issues and update deeps
Browse files- pyproject.toml +1 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
@@ -3,7 +3,7 @@ name = "aie5-deploypythonicrag"
|
|
3 |
version = "0.1.0"
|
4 |
description = "Simple Pythonic RAG App"
|
5 |
readme = "README.md"
|
6 |
-
requires-python = ">=3.
|
7 |
dependencies = [
|
8 |
"chainlit>=2.2.1",
|
9 |
"numpy>=2.2.2",
|
|
|
3 |
version = "0.1.0"
|
4 |
description = "Simple Pythonic RAG App"
|
5 |
readme = "README.md"
|
6 |
+
requires-python = ">=3.11,<3.12"
|
7 |
dependencies = [
|
8 |
"chainlit>=2.2.1",
|
9 |
"numpy>=2.2.2",
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|