dupuyta commited on
Commit
24bf5fc
·
1 Parent(s): bc816c6

add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +104 -0
requirements.txt ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.1.1
5
+ annotated-types==0.5.0
6
+ anyio==3.7.1
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ backports.zoneinfo==0.2.1
10
+ blinker==1.6.2
11
+ cachetools==5.3.1
12
+ certifi==2023.7.22
13
+ charset-normalizer==3.3.0
14
+ click==8.1.7
15
+ cmake==3.27.6
16
+ contourpy==1.1.1
17
+ cycler==0.12.0
18
+ dataclasses-json==0.6.1
19
+ exceptiongroup==1.1.3
20
+ fastapi==0.103.2
21
+ ffmpy==0.3.1
22
+ filelock==3.12.4
23
+ fonttools==4.43.0
24
+ frozenlist==1.4.0
25
+ fsspec==2023.9.2
26
+ gitdb==4.0.10
27
+ GitPython==3.1.37
28
+ gradio==3.46.0
29
+ gradio_client==0.5.3
30
+ greenlet==3.0.0
31
+ h11==0.14.0
32
+ httpcore==0.18.0
33
+ httpx==0.25.0
34
+ huggingface-hub==0.17.3
35
+ idna==3.4
36
+ importlib-metadata==6.8.0
37
+ importlib-resources==6.1.0
38
+ Jinja2==3.1.2
39
+ jsonpatch==1.33
40
+ jsonpointer==2.4
41
+ jsonschema==4.19.1
42
+ jsonschema-specifications==2023.7.1
43
+ kiwisolver==1.4.5
44
+ langchain==0.0.308
45
+ langsmith==0.0.42
46
+ lit==17.0.2
47
+ markdown-it-py==3.0.0
48
+ MarkupSafe==2.1.3
49
+ marshmallow==3.20.1
50
+ matplotlib==3.7.3
51
+ mdurl==0.1.2
52
+ mpmath==1.3.0
53
+ multidict==6.0.4
54
+ mypy-extensions==1.0.0
55
+ numpy==1.24.4
56
+ nvidia-curand-cu11==10.2.10.91
57
+ nvidia-cusparse-cu11==11.7.4.91
58
+ nvidia-nccl-cu11==2.14.3
59
+ nvidia-nvtx-cu11==11.7.91
60
+ orjson==3.9.7
61
+ packaging==23.2
62
+ pandas==2.0.3
63
+ Pillow==10.0.1
64
+ pkgutil_resolve_name==1.3.10
65
+ protobuf==4.24.3
66
+ pyarrow==13.0.0
67
+ pydantic==2.4.2
68
+ pydantic_core==2.10.1
69
+ pydeck==0.8.1b0
70
+ pydub==0.25.1
71
+ Pygments==2.16.1
72
+ pyparsing==3.1.1
73
+ python-dateutil==2.8.2
74
+ python-multipart==0.0.6
75
+ pytz==2023.3.post1
76
+ PyYAML==6.0.1
77
+ referencing==0.30.2
78
+ requests==2.31.0
79
+ rich==13.6.0
80
+ rpds-py==0.10.3
81
+ semantic-version==2.10.0
82
+ six==1.16.0
83
+ smmap==5.0.1
84
+ sniffio==1.3.0
85
+ SQLAlchemy==2.0.21
86
+ starlette==0.27.0
87
+ streamlit==1.27.1
88
+ sympy==1.12
89
+ tenacity==8.2.3
90
+ toml==0.10.2
91
+ toolz==0.12.0
92
+ tornado==6.3.3
93
+ tqdm==4.66.1
94
+ typing-inspect==0.9.0
95
+ typing_extensions==4.8.0
96
+ tzdata==2023.3
97
+ tzlocal==5.0.1
98
+ urllib3==2.0.6
99
+ uvicorn==0.23.2
100
+ validators==0.22.0
101
+ watchdog==3.0.0
102
+ websockets==11.0.3
103
+ yarl==1.9.2
104
+ zipp==3.17.0