Adrian Cowham commited on
Commit
1550b88
1 Parent(s): cbdf795

adding requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +132 -0
requirements.txt ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiobotocore==2.5.4
2
+ aiofiles==23.2.1
3
+ aiohttp==3.8.5
4
+ aioitertools==0.11.0
5
+ aiosignal==1.3.1
6
+ altair==5.1.1
7
+ annotated-types==0.5.0
8
+ anyio==3.7.1
9
+ appnope==0.1.3
10
+ asttokens==2.4.0
11
+ async-timeout==4.0.3
12
+ attrs==23.1.0
13
+ backcall==0.2.0
14
+ beautifulsoup4==4.12.2
15
+ botocore==1.31.17
16
+ certifi==2023.7.22
17
+ charset-normalizer==3.2.0
18
+ click==8.1.7
19
+ comm==0.1.4
20
+ contourpy==1.1.0
21
+ cycler==0.11.0
22
+ dataclasses-json==0.5.14
23
+ debugpy==1.7.0
24
+ decorator==5.1.1
25
+ exceptiongroup==1.1.3
26
+ executing==1.2.0
27
+ fastapi==0.103.1
28
+ ffmpy==0.3.1
29
+ filelock==3.12.4
30
+ fonttools==4.42.1
31
+ frozenlist==1.4.0
32
+ fsspec==2023.9.0
33
+ gradio==3.44.0
34
+ gradio_client==0.5.0
35
+ h11==0.14.0
36
+ httpcore==0.18.0
37
+ httpx==0.25.0
38
+ huggingface-hub==0.17.1
39
+ idna==3.4
40
+ importlib-resources==6.0.1
41
+ ipykernel==6.25.2
42
+ ipython==8.15.0
43
+ jedi==0.19.0
44
+ Jinja2==3.1.2
45
+ jmespath==1.0.1
46
+ joblib==1.3.2
47
+ jsonschema==4.19.0
48
+ jsonschema-specifications==2023.7.1
49
+ jupyter_client==8.3.1
50
+ jupyter_core==5.3.1
51
+ kiwisolver==1.4.5
52
+ langchain==0.0.288
53
+ langsmith==0.0.36
54
+ llama-index==0.8.26.post1
55
+ MarkupSafe==2.1.3
56
+ marshmallow==3.20.1
57
+ matplotlib==3.7.3
58
+ matplotlib-inline==0.1.6
59
+ mpmath==1.3.0
60
+ multidict==6.0.4
61
+ mwclient==0.10.1
62
+ mwparserfromhell==0.6.5
63
+ mypy-extensions==1.0.0
64
+ nest-asyncio==1.5.7
65
+ networkx==3.1
66
+ nltk==3.8.1
67
+ numexpr==2.8.6
68
+ numpy==1.25.2
69
+ oauthlib==3.2.2
70
+ openai==0.28.0
71
+ orjson==3.9.7
72
+ packaging==23.1
73
+ pandas==2.1.0
74
+ parso==0.8.3
75
+ pexpect==4.8.0
76
+ pickleshare==0.7.5
77
+ Pillow==10.0.0
78
+ platformdirs==3.10.0
79
+ prompt-toolkit==3.0.39
80
+ psutil==5.9.5
81
+ ptyprocess==0.7.0
82
+ pure-eval==0.2.2
83
+ pydantic==2.3.0
84
+ pydantic_core==2.6.3
85
+ pydub==0.25.1
86
+ Pygments==2.16.1
87
+ pyparsing==3.1.1
88
+ python-dateutil==2.8.2
89
+ python-multipart==0.0.6
90
+ pytz==2023.3.post1
91
+ PyYAML==6.0.1
92
+ pyzmq==25.1.1
93
+ referencing==0.30.2
94
+ regex==2023.8.8
95
+ requests==2.31.0
96
+ requests-oauthlib==1.3.1
97
+ rpds-py==0.10.3
98
+ s3fs==2023.9.0
99
+ safetensors==0.3.3
100
+ scikit-learn==1.3.0
101
+ scipy==1.11.2
102
+ semantic-version==2.10.0
103
+ sentence-transformers==2.2.2
104
+ sentencepiece==0.1.99
105
+ six==1.16.0
106
+ sniffio==1.3.0
107
+ soupsieve==2.5
108
+ SQLAlchemy==2.0.20
109
+ stack-data==0.6.2
110
+ starlette==0.27.0
111
+ sympy==1.12
112
+ tenacity==8.2.3
113
+ threadpoolctl==3.2.0
114
+ tiktoken==0.5.1
115
+ tokenizers==0.13.3
116
+ toolz==0.12.0
117
+ torch==2.0.1
118
+ torch-vision==0.1.6.dev0
119
+ torchvision==0.15.2
120
+ tornado==6.3.3
121
+ tqdm==4.66.1
122
+ traitlets==5.9.0
123
+ transformers==4.33.1
124
+ typing-inspect==0.9.0
125
+ typing_extensions==4.7.1
126
+ tzdata==2023.3
127
+ urllib3==1.26.16
128
+ uvicorn==0.23.2
129
+ wcwidth==0.2.6
130
+ websockets==11.0.3
131
+ wrapt==1.15.0
132
+ yarl==1.9.2