Spaces:
Sleeping
Sleeping
Reverted to 3.12 because of numpy incompatibility
Browse files- .python-version +1 -1
- pyproject.toml +1 -1
.python-version
CHANGED
@@ -1 +1 @@
|
|
1 |
-
3.
|
|
|
1 |
+
3.12
|
pyproject.toml
CHANGED
@@ -9,5 +9,5 @@ dependencies = [
|
|
9 |
"numpy>=1.26.4",
|
10 |
"openai>=1.58.1",
|
11 |
"pydantic==2.10.1",
|
12 |
-
"websockets"
|
13 |
]
|
|
|
9 |
"numpy>=1.26.4",
|
10 |
"openai>=1.58.1",
|
11 |
"pydantic==2.10.1",
|
12 |
+
"websockets",
|
13 |
]
|