try pipreqs to clean packages
Browse files- requirements.txt +5 -50
requirements.txt
CHANGED
@@ -1,52 +1,7 @@
|
|
1 |
-
|
2 |
-
altair==5.2.0
|
3 |
-
attrs==23.2.0
|
4 |
-
bottleneck==1.3.7
|
5 |
-
brotli==1.0.9
|
6 |
-
fastapi==0.110.0
|
7 |
-
ffmpy==0.3.2
|
8 |
-
filelock==3.13.3
|
9 |
-
fonttools==4.50.0
|
10 |
-
gradio==4.23.0
|
11 |
-
h11==0.14.0
|
12 |
-
httpcore==1.0.2
|
13 |
-
httpx==0.26.0
|
14 |
-
huggingface-hub==0.22.0
|
15 |
-
idna==3.4
|
16 |
-
importlib-resources==6.4.0
|
17 |
-
jinja2==3.1.3
|
18 |
-
jsonschema==4.21.1
|
19 |
langchain==0.1.14
|
20 |
-
|
21 |
-
langchain-core==0.1.37
|
22 |
-
langchain-openai==0.1.1
|
23 |
-
langchain-text-splitters==0.0.1
|
24 |
-
langcodes==3.3.0
|
25 |
-
langsmith==0.1.38
|
26 |
-
matplotlib==3.8.3
|
27 |
-
murmurhash==1.0.7
|
28 |
-
numpy==1.26.4
|
29 |
-
orjson==3.9.15
|
30 |
-
packaging==23.2
|
31 |
pandas==2.2.1
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
python-dateutil==2.8.2
|
36 |
-
python-dotenv==0.21.0
|
37 |
-
pytz==2023.3.post1
|
38 |
-
pyyaml==6.0.1
|
39 |
-
requests==2.31.0
|
40 |
-
rich==13.3.5
|
41 |
-
sniffio==1.3.0
|
42 |
-
spacy==3.7.0
|
43 |
-
https://github.com/explosion/spacy-models/releases/download/ja_core_news_sm-3.7.0/ja_core_news_sm-3.7.0-py3-none-any.whl
|
44 |
-
starlette==0.36.3
|
45 |
-
thinc==8.2.2
|
46 |
-
tomlkit==0.12.0
|
47 |
-
tqdm==4.65.0
|
48 |
-
typer==0.9.0
|
49 |
-
typing-extensions==4.9.0
|
50 |
-
urllib3==2.1.0
|
51 |
-
uvicorn==0.29.0
|
52 |
-
websockets==11.0.3
|
|
|
1 |
+
gradio==4.25.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
langchain==0.1.14
|
3 |
+
langchain_openai==0.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
pandas==2.2.1
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
Requests==2.31.0
|
7 |
+
spacy==3.7.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|