Spaces:
Sleeping
Sleeping
Commit
·
3db2294
1
Parent(s):
ef8374e
build: torch version for local dev
Browse files- pyproject.toml +6 -2
- uv.lock +0 -0
pyproject.toml
CHANGED
@@ -3,8 +3,11 @@ name = "15-app"
|
|
3 |
version = "0.1.0"
|
4 |
description = "Session 15 - Open Source Endpoints"
|
5 |
readme = "README.md"
|
6 |
-
requires-python = "
|
7 |
dependencies = [
|
|
|
|
|
|
|
8 |
"asyncio===3.4.3",
|
9 |
"chainlit==2.2.1",
|
10 |
"huggingface-hub==0.27.0",
|
@@ -19,4 +22,5 @@ dependencies = [
|
|
19 |
"jupyter>=1.1.1",
|
20 |
"faiss-cpu>=1.10.0",
|
21 |
"websockets>=15.0",
|
22 |
-
|
|
|
|
3 |
version = "0.1.0"
|
4 |
description = "Session 15 - Open Source Endpoints"
|
5 |
readme = "README.md"
|
6 |
+
requires-python = "==3.9.12"
|
7 |
dependencies = [
|
8 |
+
"torch==2.1.2",
|
9 |
+
"torchvision==0.16.2",
|
10 |
+
"torchaudio==2.1.2",
|
11 |
"asyncio===3.4.3",
|
12 |
"chainlit==2.2.1",
|
13 |
"huggingface-hub==0.27.0",
|
|
|
22 |
"jupyter>=1.1.1",
|
23 |
"faiss-cpu>=1.10.0",
|
24 |
"websockets>=15.0",
|
25 |
+
"pip-system-certs>=4.0",
|
26 |
+
]
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|