VIRTUS commited on
Commit
f290573
·
1 Parent(s): cd55100

fix: requirements.txt file and changing python interpreter

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -2
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 5.42.0
8
  app_file: app.py
9
  pinned: false
10
  hf_oauth: true
 
11
  hf_oauth_scopes:
12
  - inference-api
13
  ---
 
8
  app_file: app.py
9
  pinned: false
10
  hf_oauth: true
11
+ python_version: 3.12
12
  hf_oauth_scopes:
13
  - inference-api
14
  ---
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  aiofiles==24.1.0
2
  annotated-types==0.7.0
3
  anyio==4.11.0
4
- audioop-lts==0.2.2
5
  Authlib==1.6.5
6
  Brotli==1.1.0
7
  certifi==2025.10.5
@@ -28,7 +27,7 @@ jsonpatch==1.33
28
  jsonpointer==3.0.0
29
  langchain-core==0.3.79
30
  langchain-huggingface==0.3.1
31
- langsmith==0.4.34
32
  markdown-it-py==4.0.0
33
  MarkupSafe==3.0.3
34
  mdurl==0.1.2
 
1
  aiofiles==24.1.0
2
  annotated-types==0.7.0
3
  anyio==4.11.0
 
4
  Authlib==1.6.5
5
  Brotli==1.1.0
6
  certifi==2025.10.5
 
27
  jsonpointer==3.0.0
28
  langchain-core==0.3.79
29
  langchain-huggingface==0.3.1
30
+ langsmith==0.4.35
31
  markdown-it-py==4.0.0
32
  MarkupSafe==3.0.3
33
  mdurl==0.1.2