IS361Group4 commited on
Commit
6b82fec
·
verified ·
1 Parent(s): ebc9030

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +82 -82
requirements.txt CHANGED
@@ -1,84 +1,80 @@
1
- aiofiles
2
- altair
3
- annotated-types
4
- anyio
5
- attrs
6
- certifi
7
- charset-normalizer
8
- click
9
- colorama
10
- contourpy
11
- cycler
12
- dnspython
13
- email_validator
14
- fastapi
15
- fastapi-cli
16
- ffmpy
17
- filelock
18
- fonttools
19
- fsspec
20
- gradio
21
- gradio_client
22
- h11
23
- httpcore
24
- httptools
25
- httpx
26
- huggingface-hub
27
- idna
28
- importlib_resources
29
- Jinja2
30
- joblib
31
- jsonschema
32
- jsonschema-specifications
33
- kiwisolver
34
- markdown-it-py
35
- MarkupSafe
36
- matplotlib
37
- mdurl
38
- numpy
39
- orjson
40
- packaging
41
- pandas
42
- pillow
43
- pydantic
44
- pydantic_core
45
- pydub
46
- Pygments
47
- pyparsing
48
- python-dateutil
49
- python-dotenv
50
- python-multipart
51
- pytz
52
- PyYAML
53
- referencing
54
- requests
55
- rich
56
- rpds-py
57
- ruff
58
- safehttpx
59
- scikit-learn
60
- scipy
61
- semantic-version
62
- shellingham
63
- six
64
- sniffio
65
- starlette
66
- threadpoolctl
67
- tomlkit
68
- toolz
69
- torch
70
- tqdm
71
- transformers[sentencepiece]
72
- tensorflow
73
- tf-keras
74
- typer
75
- typing_extensions
76
- tzdata
77
- ujson
78
- urllib3
79
- uvicorn
80
- watchfiles
81
- websockets
82
  ipykernel
83
  langchain
84
  langchain-community
@@ -94,4 +90,8 @@ wikipedia
94
  pypdf
95
  unstructured
96
  tiktoken
97
- # llama_cpp_python (Uncomment if needed)
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.3.0
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ attrs==23.2.0
6
+ certifi==2024.7.4
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ contourpy==1.2.1
11
+ cycler==0.12.1
12
+ dnspython==2.6.1
13
+ email_validator==2.2.0
14
+ fastapi==0.115.8
15
+ fastapi-cli==0.0.4
16
+ ffmpy==0.3.2
17
+ filelock==3.15.4
18
+ fonttools==4.53.1
19
+ fsspec==2024.6.1
20
+ gradio==5.15.0
21
+ gradio_client==1.7.0
22
+ h11==0.14.0
23
+ httpcore==1.0.5
24
+ httptools==0.6.1
25
+ httpx==0.27.0
26
+ huggingface-hub==0.28.1
27
+ idna==3.7
28
+ importlib_resources==6.4.0
29
+ Jinja2==3.1.4
30
+ joblib==1.4.2
31
+ jsonschema==4.23.0
32
+ jsonschema-specifications==2023.12.1
33
+ kiwisolver==1.4.5
34
+ markdown-it-py==3.0.0
35
+ MarkupSafe==2.1.5
36
+ matplotlib==3.9.1
37
+ mdurl==0.1.2
38
+ numpy==1.26.4
39
+ orjson==3.10.6
40
+ packaging==24.1
41
+ pandas==2.2.2
42
+ pillow==10.4.0
43
+ pydantic==2.8.2
44
+ pydantic_core==2.20.1
45
+ pydub==0.25.1
46
+ Pygments==2.18.0
47
+ pyparsing==3.1.2
48
+ python-dateutil==2.9.0.post0
49
+ python-dotenv==1.0.1
50
+ python-multipart==0.0.20
51
+ pytz==2024.1
52
+ PyYAML==6.0.1
53
+ referencing==0.35.1
54
+ requests==2.32.3
55
+ rich==13.7.1
56
+ rpds-py==0.19.0
57
+ ruff==0.9.5
58
+ safehttpx==0.1.6
59
+ scikit-learn==1.3.2
60
+ scipy==1.14.0
61
+ semantic-version==2.10.0
62
+ shellingham==1.5.4
63
+ six==1.16.0
64
+ sniffio==1.3.1
65
+ starlette==0.45.3
66
+ threadpoolctl==3.5.0
67
+ tomlkit==0.12.0
68
+ toolz==0.12.1
69
+ tqdm==4.66.4
70
+ typer==0.12.3
71
+ typing_extensions==4.12.2
72
+ tzdata==2024.1
73
+ ujson==5.10.0
74
+ urllib3==2.2.2
75
+ uvicorn==0.30.1
76
+ watchfiles==0.22.0
77
+ websockets==11.0.3
 
 
 
 
78
  ipykernel
79
  langchain
80
  langchain-community
 
90
  pypdf
91
  unstructured
92
  tiktoken
93
+ # llama_cpp_python (Uncomment if needed)
94
+ torch
95
+ transformers[sentencepiece]
96
+ tensorflow
97
+ tf-keras