Commit ·
72ee7d1
1
Parent(s): a3d09c8
cleaning dependencies
Browse files- .python-version +1 -1
- pyproject.toml +11 -7
- uv.lock +0 -0
.python-version
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
3.13
|
|
|
|
| 1 |
+
3.13
|
pyproject.toml
CHANGED
|
@@ -3,16 +3,20 @@ name = "rtx-llm-engine"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"fastapi>=0.136.3",
|
| 9 |
-
"fastapi-offline>=1.7.6",
|
| 10 |
-
"ipykernel>=7.2.0",
|
| 11 |
-
"kernel>=0.63.0",
|
| 12 |
"matplotlib>=3.10.9",
|
| 13 |
"numpy>=2.4.6",
|
| 14 |
-
"
|
|
|
|
| 15 |
"streamlit>=1.58.0",
|
| 16 |
-
"
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
]
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.11"
|
| 7 |
dependencies = [
|
| 8 |
"fastapi>=0.136.3",
|
|
|
|
|
|
|
|
|
|
| 9 |
"matplotlib>=3.10.9",
|
| 10 |
"numpy>=2.4.6",
|
| 11 |
+
"pydantic>=2.13.4",
|
| 12 |
+
"requests>=2.34.2",
|
| 13 |
"streamlit>=1.58.0",
|
| 14 |
+
"uvicorn>=0.49.0",
|
| 15 |
+
]
|
| 16 |
+
|
| 17 |
+
[dependency-groups]
|
| 18 |
+
dev = [
|
| 19 |
+
"black>=26.5.1",
|
| 20 |
+
"pytest>=9.1.1",
|
| 21 |
+
"ruff>=0.15.18",
|
| 22 |
]
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|