hanzla commited on
Commit
7441e40
1 Parent(s): 73de17b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +78 -1
requirements.txt CHANGED
@@ -2,7 +2,84 @@ PyMuPDF
2
  gradio
3
  Pillow
4
  torch
5
- transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  PyYAML
7
  chromadb
8
  pypdf
 
2
  gradio
3
  Pillow
4
  torch
5
+ aiofiles==23.2.1
6
+ altair==5.3.0
7
+ annotated-types==0.6.0
8
+ anyio==4.3.0
9
+ attrs==23.2.0
10
+ certifi==2024.2.2
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ colorama==0.4.6
14
+ contourpy==1.2.1
15
+ cycler==0.12.1
16
+ distro==1.9.0
17
+ fastapi==0.110.1
18
+ ffmpy==0.3.2
19
+ filelock==3.13.4
20
+ fonttools==4.51.0
21
+ fsspec==2024.3.1
22
+ gradio==4.26.0
23
+ gradio_client==0.15.1
24
+ h11==0.14.0
25
+ httpcore==1.0.5
26
+ httpx==0.27.0
27
+ huggingface-hub==0.22.2
28
+ idna==3.6
29
+ importlib_resources==6.4.0
30
+ Jinja2==3.1.3
31
+ joblib==1.3.2
32
+ jsonschema==4.21.1
33
+ jsonschema-specifications==2023.12.1
34
+ kiwisolver==1.4.5
35
+ markdown-it-py==3.0.0
36
+ MarkupSafe==2.1.5
37
+ matplotlib==3.8.4
38
+ mdurl==0.1.2
39
+ numpy==1.26.4
40
+ openai==1.16.2
41
+ orjson==3.10.0
42
+ packaging==24.0
43
+ pandas==2.2.1
44
+ pillow==10.3.0
45
+ pydantic==2.6.4
46
+ pydantic_core==2.16.3
47
+ pydub==0.25.1
48
+ Pygments==2.17.2
49
+ pyparsing==3.1.2
50
+ python-dateutil==2.9.0.post0
51
+ python-multipart==0.0.9
52
+ pytz==2024.1
53
+ PyYAML==6.0.1
54
+ referencing==0.34.0
55
+ regex==2023.12.25
56
+ requests==2.31.0
57
+ rich==13.7.1
58
+ rpds-py==0.18.0
59
+ ruff==0.3.5
60
+ safetensors==0.4.2
61
+ scikit-learn==1.4.1.post1
62
+ scipy==1.13.0
63
+ semantic-version==2.10.0
64
+ shellingham==1.5.4
65
+ six==1.16.0
66
+ sniffio==1.3.1
67
+ starlette==0.37.2
68
+ threadpoolctl==3.4.0
69
+ tokenizers==0.15.2
70
+ tomlkit==0.12.0
71
+ toolz==0.12.1
72
+ tqdm==4.66.2
73
+ transformers==4.39.3
74
+ typer==0.12.3
75
+ typing_extensions==4.11.0
76
+ tzdata==2024.1
77
+ urllib3==2.2.1
78
+ uvicorn==0.29.0
79
+ websockets==11.0.3
80
+ xgboost==2.0.3
81
+ accelerate==0.29.2
82
+ diffusers==0.27.2
83
  PyYAML
84
  chromadb
85
  pypdf