edf commited on
Commit
51f2141
1 Parent(s): 65e32e5

remved version # frm requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +125 -125
requirements.txt CHANGED
@@ -1,125 +1,125 @@
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
- backoff==2.2.1
10
- bcrypt==4.0.1
11
- certifi==2023.7.22
12
- charset-normalizer==3.2.0
13
- chroma-hnswlib==0.7.3
14
- chromadb==0.4.13
15
- click==8.1.7
16
- cmake==3.27.5
17
- coloredlogs==15.0.1
18
- contourpy==1.1.1
19
- cycler==0.11.0
20
- dataclasses-json==0.6.1
21
- exceptiongroup==1.1.3
22
- fastapi==0.103.1
23
- ffmpy==0.3.1
24
- filelock==3.12.4
25
- flatbuffers==23.5.26
26
- fonttools==4.42.1
27
- frozenlist==1.4.0
28
- fsspec==2023.9.2
29
- gradio==3.45.1
30
- gradio_client==0.5.2
31
- greenlet==2.0.2
32
- h11==0.14.0
33
- httpcore==0.18.0
34
- httptools==0.6.0
35
- httpx==0.25.0
36
- huggingface-hub==0.17.3
37
- humanfriendly==10.0
38
- idna==3.4
39
- importlib-resources==6.1.0
40
- Jinja2==3.1.2
41
- joblib==1.3.2
42
- jsonpatch==1.33
43
- jsonpointer==2.4
44
- jsonschema==4.19.1
45
- jsonschema-specifications==2023.7.1
46
- kiwisolver==1.4.5
47
- langchain==0.0.304
48
- langsmith==0.0.41
49
- lit==17.0.1
50
- MarkupSafe==2.1.3
51
- marshmallow==3.20.1
52
- matplotlib==3.8.0
53
- monotonic==1.6
54
- mpmath==1.3.0
55
- multidict==6.0.4
56
- mypy-extensions==1.0.0
57
- networkx==3.1
58
- nltk==3.8.1
59
- numexpr==2.8.7
60
- numpy==1.26.0
61
- nvidia-cublas-cu11==11.10.3.66
62
- nvidia-cuda-cupti-cu11==11.7.101
63
- nvidia-cuda-nvrtc-cu11==11.7.99
64
- nvidia-cuda-runtime-cu11==11.7.99
65
- nvidia-cudnn-cu11==8.5.0.96
66
- nvidia-cufft-cu11==10.9.0.58
67
- nvidia-curand-cu11==10.2.10.91
68
- nvidia-cusolver-cu11==11.4.0.1
69
- nvidia-cusparse-cu11==11.7.4.91
70
- nvidia-nccl-cu11==2.14.3
71
- nvidia-nvtx-cu11==11.7.91
72
- onnxruntime==1.16.0
73
- orjson==3.9.7
74
- overrides==7.4.0
75
- packaging==23.1
76
- pandas==2.1.1
77
- Pillow==10.0.1
78
- posthog==3.0.2
79
- protobuf==4.24.3
80
- pulsar-client==3.3.0
81
- pydantic==2.4.1
82
- pydantic_core==2.10.1
83
- pydub==0.25.1
84
- pyparsing==3.1.1
85
- PyPika==0.48.9
86
- python-dateutil==2.8.2
87
- python-dotenv==1.0.0
88
- python-multipart==0.0.6
89
- pytz==2023.3.post1
90
- PyYAML==6.0.1
91
- referencing==0.30.2
92
- regex==2023.8.8
93
- requests==2.31.0
94
- rpds-py==0.10.3
95
- safetensors==0.3.3
96
- scikit-learn==1.3.1
97
- scipy==1.11.3
98
- semantic-version==2.10.0
99
- sentence-transformers==2.2.2
100
- sentencepiece==0.1.99
101
- six==1.16.0
102
- sniffio==1.3.0
103
- SQLAlchemy==2.0.21
104
- starlette==0.27.0
105
- sympy==1.12
106
- tenacity==8.2.3
107
- threadpoolctl==3.2.0
108
- tokenizers==0.13.3
109
- toolz==0.12.0
110
- torch==2.0.1
111
- torchvision==0.15.2
112
- tqdm==4.66.1
113
- transformers==4.33.3
114
- triton==2.0.0
115
- typer==0.9.0
116
- typing==3.7.4.3
117
- typing-inspect==0.9.0
118
- typing_extensions==4.8.0
119
- tzdata==2023.3
120
- urllib3==2.0.5
121
- uvicorn==0.23.2
122
- uvloop==0.17.0
123
- watchfiles==0.20.0
124
- websockets==11.0.3
125
- yarl==1.9.2
 
1
+ aiofiles
2
+ aiohttp
3
+ aiosignal
4
+ altair
5
+ annotated-types
6
+ anyio
7
+ async-timeout
8
+ attrs
9
+ backoff
10
+ bcrypt
11
+ certifi
12
+ charset-normalizer
13
+ chroma-hnswlib
14
+ chromadb
15
+ click
16
+ cmake
17
+ coloredlogs
18
+ contourpy
19
+ cycler
20
+ dataclasses-json
21
+ exceptiongroup
22
+ fastapi
23
+ ffmpy
24
+ filelock
25
+ flatbuffers
26
+ fonttools
27
+ frozenlist
28
+ fsspec
29
+ gradio
30
+ gradio_client
31
+ greenlet
32
+ h11
33
+ httpcore
34
+ httptools
35
+ httpx
36
+ huggingface-hub
37
+ humanfriendly
38
+ idna
39
+ importlib-resources
40
+ Jinja2
41
+ joblib
42
+ jsonpatch
43
+ jsonpointer
44
+ jsonschema
45
+ jsonschema-specifications
46
+ kiwisolver
47
+ langchain
48
+ langsmith
49
+ lit
50
+ MarkupSafe
51
+ marshmallow
52
+ matplotlib
53
+ monotonic
54
+ mpmath
55
+ multidict
56
+ mypy-extensions
57
+ networkx
58
+ nltk
59
+ numexpr
60
+ numpy
61
+ nvidia-cublas-cu11
62
+ nvidia-cuda-cupti-cu11
63
+ nvidia-cuda-nvrtc-cu11
64
+ nvidia-cuda-runtime-cu11
65
+ nvidia-cudnn-cu11
66
+ nvidia-cufft-cu11
67
+ nvidia-curand-cu11
68
+ nvidia-cusolver-cu11
69
+ nvidia-cusparse-cu11
70
+ nvidia-nccl-cu11
71
+ nvidia-nvtx-cu11
72
+ onnxruntime
73
+ orjson
74
+ overrides
75
+ packaging
76
+ pandas
77
+ Pillow
78
+ posthog
79
+ protobuf
80
+ pulsar-client
81
+ pydantic
82
+ pydantic_core
83
+ pydub
84
+ pyparsing
85
+ PyPika
86
+ python-dateutil
87
+ python-dotenv
88
+ python-multipart
89
+ pytz
90
+ PyYAML
91
+ referencing
92
+ regex
93
+ requests
94
+ rpds-py
95
+ safetensors
96
+ scikit-learn
97
+ scipy
98
+ semantic-version
99
+ sentence-transformers
100
+ sentencepiece
101
+ six
102
+ sniffio
103
+ SQLAlchemy
104
+ starlette
105
+ sympy
106
+ tenacity
107
+ threadpoolctl
108
+ tokenizers
109
+ toolz
110
+ torch
111
+ torchvision
112
+ tqdm
113
+ transformers
114
+ triton
115
+ typer
116
+ typing
117
+ typing-inspect
118
+ typing_extensions
119
+ tzdata
120
+ urllib3
121
+ uvicorn
122
+ uvloop
123
+ watchfiles
124
+ websockets
125
+ yarl