Mdean77 commited on
Commit
8f8075a
·
1 Parent(s): 36478d0

Reverted to 3.12 because of numpy incompatibility

Browse files
Files changed (2) hide show
  1. .python-version +1 -1
  2. pyproject.toml +1 -1
.python-version CHANGED
@@ -1 +1 @@
1
- 3.13
 
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
  ]