Pupolina commited on
Commit
162bc1c
1 Parent(s): 85d190f

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +146 -0
requirements.txt ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.34.2
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.4.3
4
+ aiohttp==3.10.10
5
+ aiosignal==1.3.1
6
+ annotated-types==0.7.0
7
+ anyio==4.6.2.post1
8
+ asgiref==3.8.1
9
+ attrs==24.2.0
10
+ backoff==2.2.1
11
+ bcrypt==4.2.0
12
+ build==1.2.2.post1
13
+ cachetools==5.5.0
14
+ certifi==2024.8.30
15
+ charset-normalizer==3.4.0
16
+ chroma-hnswlib==0.7.6
17
+ chromadb==0.5.15
18
+ click==8.1.7
19
+ coloredlogs==15.0.1
20
+ datasets==2.21.0
21
+ Deprecated==1.2.14
22
+ dill==0.3.8
23
+ diskcache==5.6.3
24
+ docker-pycreds==0.4.0
25
+ durationpy==0.9
26
+ fastapi==0.115.3
27
+ ffmpy==0.4.0
28
+ filelock==3.16.1
29
+ flatbuffers==24.3.25
30
+ frozenlist==1.5.0
31
+ fsspec==2024.6.1
32
+ fuzzywuzzy==0.18.0
33
+ gitdb==4.0.11
34
+ GitPython==3.1.43
35
+ google-auth==2.35.0
36
+ googleapis-common-protos==1.65.0
37
+ gradio==5.5.0
38
+ gradio_client==1.4.2
39
+ grpcio==1.67.0
40
+ h11==0.14.0
41
+ happytransformer==3.0.0
42
+ httpcore==1.0.6
43
+ httptools==0.6.4
44
+ httpx==0.27.2
45
+ huggingface-hub==0.26.1
46
+ humanfriendly==10.0
47
+ idna==3.10
48
+ importlib_metadata==8.4.0
49
+ importlib_resources==6.4.5
50
+ Jinja2==3.1.4
51
+ joblib==1.4.2
52
+ kubernetes==31.0.0
53
+ Levenshtein==0.26.1
54
+ markdown-it-py==3.0.0
55
+ MarkupSafe==2.1.5
56
+ mdurl==0.1.2
57
+ mmh3==5.0.1
58
+ monotonic==1.6
59
+ mpmath==1.3.0
60
+ multidict==6.1.0
61
+ multiprocess==0.70.16
62
+ networkx==3.4.2
63
+ nltk==3.9.1
64
+ numpy==2.1.2
65
+ oauthlib==3.2.2
66
+ onnxruntime==1.19.2
67
+ opentelemetry-api==1.27.0
68
+ opentelemetry-exporter-otlp-proto-common==1.27.0
69
+ opentelemetry-exporter-otlp-proto-grpc==1.27.0
70
+ opentelemetry-instrumentation==0.48b0
71
+ opentelemetry-instrumentation-asgi==0.48b0
72
+ opentelemetry-instrumentation-fastapi==0.48b0
73
+ opentelemetry-proto==1.27.0
74
+ opentelemetry-sdk==1.27.0
75
+ opentelemetry-semantic-conventions==0.48b0
76
+ opentelemetry-util-http==0.48b0
77
+ orjson==3.10.10
78
+ overrides==7.7.0
79
+ packaging==24.1
80
+ pandas==2.2.3
81
+ pillow==10.4.0
82
+ platformdirs==4.3.6
83
+ posthog==3.7.0
84
+ propcache==0.2.0
85
+ protobuf==4.25.5
86
+ psutil==6.1.0
87
+ pyarrow==18.0.0
88
+ pyasn1==0.6.1
89
+ pyasn1_modules==0.4.1
90
+ pydantic==2.9.2
91
+ pydantic_core==2.23.4
92
+ pydub==0.25.1
93
+ Pygments==2.18.0
94
+ PyPika==0.48.9
95
+ pyproject_hooks==1.2.0
96
+ python-dateutil==2.9.0.post0
97
+ python-dotenv==1.0.1
98
+ python-Levenshtein==0.26.1
99
+ python-multipart==0.0.12
100
+ pytz==2024.2
101
+ PyYAML==6.0.2
102
+ RapidFuzz==3.10.1
103
+ regex==2024.9.11
104
+ requests==2.32.3
105
+ requests-oauthlib==2.0.0
106
+ rich==13.9.3
107
+ rsa==4.9
108
+ ruff==0.7.0
109
+ safehttpx==0.1.1
110
+ safetensors==0.4.5
111
+ scikit-learn==1.5.2
112
+ scipy==1.14.1
113
+ semantic-version==2.10.0
114
+ sentence-transformers==3.2.1
115
+ sentencepiece==0.2.0
116
+ sentry-sdk==2.17.0
117
+ setproctitle==1.3.3
118
+ setuptools==75.2.0
119
+ shellingham==1.5.4
120
+ six==1.16.0
121
+ smmap==5.0.1
122
+ sniffio==1.3.1
123
+ starlette==0.41.0
124
+ styleformer @ git+https://github.com/PrithivirajDamodaran/Styleformer.git@02c9a7fd6798bf5bbbb04456e5068566d6caef55
125
+ sympy==1.13.1
126
+ tenacity==9.0.0
127
+ threadpoolctl==3.5.0
128
+ tokenizers==0.20.1
129
+ tomlkit==0.12.0
130
+ torch==2.5.0
131
+ tqdm==4.66.5
132
+ transformers==4.46.1
133
+ typer==0.12.5
134
+ typing_extensions==4.12.2
135
+ tzdata==2024.2
136
+ urllib3==2.2.3
137
+ uvicorn==0.32.0
138
+ uvloop==0.21.0
139
+ wandb==0.18.5
140
+ watchfiles==0.24.0
141
+ websocket-client==1.8.0
142
+ websockets==12.0
143
+ wrapt==1.16.0
144
+ xxhash==3.5.0
145
+ yarl==1.17.0
146
+ zipp==3.20.2