yash001010 commited on
Commit
bda6dd2
1 Parent(s): 5829519

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -13
requirements.txt CHANGED
@@ -1,15 +1,15 @@
1
  streamlit==1.31.0
2
  langchain-community==0.0.16
3
- groq==0.13.1
4
- python-dotenv==1.0.1
5
- chromadb==0.4.22
6
- sentence-transformers==2.5.1
7
- transformers==4.37.2
8
- torch==2.2.0
9
- pydantic==1.10.13
10
- typing-inspect==0.9.0
11
- typing_extensions==4.9.0
12
- numpy==1.26.3
13
- pandas==2.2.0
14
- tqdm==4.66.1
15
- requests==2.31.0
 
1
  streamlit==1.31.0
2
  langchain-community==0.0.16
3
+ groq>=0.13.1,<0.14
4
+ python-dotenv>=1.0.1,<2.0.0
5
+ chromadb>=0.4.22,<0.5.0
6
+ sentence-transformers>=2.5.1,<2.6.0
7
+ transformers>=4.37.2,<5.0.0
8
+ torch>=2.2.0,<2.3.0
9
+ pydantic>=1.10.13,<2.0.0
10
+ typing-inspect>=0.9.0,<0.10.0
11
+ typing_extensions>=4.3.0,<5
12
+ numpy>=1.26.3,<2.0.0
13
+ pandas>=2.2.0,<2.3.0
14
+ tqdm>=4.66.1,<5.0.0
15
+ requests>=2.31.0,<3.0.0