barunsaha commited on
Commit
956c010
·
1 Parent(s): 553f9da

Update dependencies in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,25 +1,25 @@
1
- aiohttp>=3.10.11
2
  python-dotenv[cli]~=1.0.0
3
  gitpython==3.1.43
4
- json-repair~=0.48.0
5
  idna==3.7
6
  jinja2>=3.1.6
7
  Pillow==10.3.0
8
  pyarrow~=16.0.0
9
- pydantic==2.9.1
10
- litellm==1.79.0
11
  google-generativeai # ~=0.8.3
12
- streamlit==1.44.1
13
 
14
  python-pptx~=1.0.2
15
- json5~=0.9.14
16
- requests~=2.32.3
17
- pypdf==6.1.3
18
 
19
  transformers>=4.52.1
20
- torch>=2.6.0
21
 
22
- lxml~=4.9.3
23
  tqdm~=4.66.5
24
  numpy
25
  scikit-learn~=1.5.1
@@ -29,6 +29,6 @@ urllib3>=2.5.0
29
 
30
  anyio==4.4.0
31
 
32
- httpx~=0.27.2
33
  huggingface-hub #~=0.24.5
34
  ollama~=0.5.1
 
1
+ aiohttp>=3.13.2
2
  python-dotenv[cli]~=1.0.0
3
  gitpython==3.1.43
4
+ json-repair~=0.54.2
5
  idna==3.7
6
  jinja2>=3.1.6
7
  Pillow==10.3.0
8
  pyarrow~=16.0.0
9
+ pydantic~=2.12.5
10
+ litellm~=1.80.7
11
  google-generativeai # ~=0.8.3
12
+ streamlit==1.52.0
13
 
14
  python-pptx~=1.0.2
15
+ json5~=0.12.1
16
+ requests~=2.32.5
17
+ pypdf>=6.4.0
18
 
19
  transformers>=4.52.1
20
+ torch~=2.9.1
21
 
22
+ lxml~=6.0.2
23
  tqdm~=4.66.5
24
  numpy
25
  scikit-learn~=1.5.1
 
29
 
30
  anyio==4.4.0
31
 
32
+ httpx~=0.28.1
33
  huggingface-hub #~=0.24.5
34
  ollama~=0.5.1