sango07 commited on
Commit
df3af2b
·
verified ·
1 Parent(s): fc65a92

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -110
requirements.txt CHANGED
@@ -1,113 +1,11 @@
1
- absl-py==2.1.0
2
- aiohappyeyeballs==2.4.3
3
- aiohttp==3.11.2
4
- aiosignal==1.3.1
5
- altair==5.4.1
6
- annotated-types==0.7.0
7
- anyio==4.6.2.post1
8
- attrs==24.2.0
9
  bert-score==0.3.13
10
- blinker==1.9.0
11
- cachetools==5.5.0
12
- certifi==2024.8.30
13
- charset-normalizer==3.4.0
14
- click==8.1.7
15
- colorama==0.4.6
16
- contourpy==1.3.1
17
- cycler==0.12.1
18
- datasets==3.1.0
19
- dill==0.3.8
20
- distro==1.9.0
21
- et_xmlfile==2.0.0
22
  evaluate==0.4.3
23
- filelock==3.16.1
24
- fonttools==4.55.0
25
- frozenlist==1.5.0
26
- fsspec==2024.9.0
27
- gitdb==4.0.11
28
- GitPython==3.1.43
29
- greenlet==3.1.1
30
- groq==0.12.0
31
- h11==0.14.0
32
- httpcore==1.0.7
33
- httpx==0.27.2
34
- huggingface-hub==0.26.2
35
- idna==3.10
36
- Jinja2==3.1.4
37
- jiter==0.7.1
38
- joblib==1.4.2
39
- jsonpatch==1.33
40
- jsonpointer==3.0.0
41
- jsonschema==4.23.0
42
- jsonschema-specifications==2024.10.1
43
- kiwisolver==1.4.7
44
- langchain==0.3.7
45
- langchain-core==0.3.19
46
  langchain-groq==0.2.1
47
- langchain-openai==0.2.8
48
- langchain-text-splitters==0.3.2
49
- langsmith==0.1.143
50
- lxml==5.3.0
51
- markdown-it-py==3.0.0
52
- MarkupSafe==3.0.2
53
- matplotlib==3.9.2
54
- mdurl==0.1.2
55
- mpmath==1.3.0
56
- multidict==6.1.0
57
- multiprocess==0.70.16
58
- narwhals==1.13.5
59
- networkx==3.4.2
60
- nltk==3.9.1
61
- numpy==1.26.4
62
- openai==1.54.4
63
- openpyxl==3.1.5
64
- orjson==3.10.11
65
- packaging==24.2
66
- pandas==2.2.3
67
- pillow==11.0.0
68
- portalocker==2.10.1
69
- propcache==0.2.0
70
- protobuf==5.28.3
71
- pyarrow==18.0.0
72
- pydantic==2.9.2
73
- pydantic_core==2.23.4
74
- pydeck==0.9.1
75
- Pygments==2.18.0
76
- pyparsing==3.2.0
77
- python-dateutil==2.9.0.post0
78
- pytz==2024.2
79
- pywin32==308
80
- PyYAML==6.0.2
81
- rag-evaluator==0.1.0
82
- referencing==0.35.1
83
- regex==2024.11.6
84
- requests==2.32.3
85
- requests-toolbelt==1.0.0
86
- rich==13.9.4
87
- rouge_score==0.1.2
88
- rpds-py==0.21.0
89
- sacrebleu==2.4.3
90
- safetensors==0.4.5
91
- setuptools==75.5.0
92
- six==1.16.0
93
- smmap==5.0.1
94
- sniffio==1.3.1
95
- SQLAlchemy==2.0.36
96
- streamlit==1.40.1
97
- sympy==1.13.1
98
- tabulate==0.9.0
99
- tenacity==9.0.0
100
- textblob==0.18.0.post0
101
- tiktoken==0.8.0
102
- tokenizers==0.20.3
103
- toml==0.10.2
104
- torch==2.5.1
105
- tornado==6.4.1
106
- tqdm==4.67.0
107
- transformers==4.46.2
108
- typing_extensions==4.12.2
109
- tzdata==2024.2
110
- urllib3==2.2.3
111
- watchdog==6.0.0
112
- xxhash==3.5.0
113
- yarl==1.17.2
 
1
+ streamlit==1.40.0
2
+ sacrebleu==2.4.3
3
+ rouge-score==0.1.2
 
 
 
 
 
4
  bert-score==0.3.13
5
+ transformers==4.46.2
6
+ torch==2.5.1
7
+ nltk==3.9.1
8
+ plotly==5.24.1
9
+ langchain-openai==0.2.12
 
 
 
 
 
 
 
10
  evaluate==0.4.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  langchain-groq==0.2.1