Spaces:
Build error
Build error
# 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 | |