aaloksan commited on
Commit
974eddd
·
1 Parent(s): 7304fd0

fix: kept audioop-lts for p3.13

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -1
  2. requirements.txt +1 -1
pyproject.toml CHANGED
@@ -14,7 +14,7 @@ dependencies = [
14
  "pydantic>=2.0.0",
15
  "openai>=1.0.0",
16
  "python-dotenv>=1.0.0",
17
- "openenv-core[core]>=0.2.2",
18
  "gradio>=4.0.0",
19
  "audioop-lts>=0.2.2; python_version >= '3.13'"
20
  ]
 
14
  "pydantic>=2.0.0",
15
  "openai>=1.0.0",
16
  "python-dotenv>=1.0.0",
17
+ "openenv-core==0.1.1",
18
  "gradio>=4.0.0",
19
  "audioop-lts>=0.2.2; python_version >= '3.13'"
20
  ]
requirements.txt CHANGED
@@ -3,6 +3,6 @@ uvicorn>=0.23.0
3
  pydantic>=2.0.0
4
  openai>=1.0.0
5
  python-dotenv>=1.0.0
6
- openenv-core[core]>=0.2.2
7
  gradio>=4.0.0
8
  audioop-lts>=0.2.2; python_version >= "3.13"
 
3
  pydantic>=2.0.0
4
  openai>=1.0.0
5
  python-dotenv>=1.0.0
6
+ openenv-core==0.1.1
7
  gradio>=4.0.0
8
  audioop-lts>=0.2.2; python_version >= "3.13"