Mjlehtim commited on
Commit
0aa3e5d
1 Parent(s): 7a45844

Reversion to earlier and smaller list

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -25
requirements.txt CHANGED
@@ -1,27 +1,21 @@
1
- streamlit == 1.32.2
2
- chromadb == 0.4.24
3
  llama_index == 0.10.40
4
- langchain_community == 0.2.12
5
- langchain == 0.2.13
6
- langchain_groq == 0.1.9
7
- langchain_core == 0.2.33
 
8
  llama_parse == 0.4.2
9
- langchain_huggingface == 0.0.3
10
- unstructured == 0.11.6
11
- streamlit_chat == 0.1.1
12
- joblib == 1.4.2
13
- nest_asyncio == 1.6.0
14
- fpdf == 1.7.2
15
- pandas == 2.1.2
16
- markdown == 3.5.1
17
- eod == 0.2.1
18
- numpy == 1.24.2
19
- pytorch_lightning == 2.1.0
20
- fastapi == 0.104.1
21
- torch == 2.1.1
22
- torchmetrics == 1.2.0
23
- datetime == 5.5
24
- requests == 2.31.0
25
- nashpy == 0.0.40
26
- pydantic == 2.5.2
27
- typing == 3.7.4.3
 
1
+ streamlit >= 1.32.2
2
+ chromadb >= 0.4.24
3
  llama_index == 0.10.40
4
+ langchain_community >= 0.0.29
5
+ unstructured >= 0.11.6
6
+ langchain >= 0.1.0
7
+ langchain_groq >= 0.1.9
8
+ langchain_core >= 0.2.33
9
  llama_parse == 0.4.2
10
+ langchain_huggingface >= 0.0.3
11
+ streamlit_chat >= 0.1.1
12
+ joblib >= 1.4.2
13
+ nest_asyncio >= 1.6.0
14
+ fpdf >= 1.7.2
15
+ pandas >= 2.1.2
16
+ markdown == 3.5.1
17
+ numpy >= 1.24.2
18
+ datetime >= 5.5
19
+ requests >= 2.31.0
20
+ pydantic >= 2.5.2
21
+ typing >= 3.7.4.3