File size: 669 Bytes
59e0853
 
d679bdd
59e0853
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Streamlit version compatible with Python < 3.5
streamlit==0.57.0 

# PDF reading library
PyPDF2==1.26.0  

# Langchain version compatible with older Python versions
langchain==0.0.5 

# Hugging Face's transformers library (make sure to find a compatible version)
transformers==2.10.0  # Adjust according to compatibility with your environment

# TensorFlow version compatible with Python < 3.5
tensorflow==1.12.0  

# Google API core version compatible with older Python versions
google-api-core==1.22.0  

# Google Generative AI library (find a compatible version)
google-generativeai==0.6.0  # Adjust as needed

# Load environment variables
python-dotenv==0.10.5