ohalkhateeb commited on
Commit
03a72e2
·
verified ·
1 Parent(s): fb46716

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  gradio==3.50.2
2
- transformers==4.35.0
3
- sentence-transformers==2.2.2
4
  langchain==0.0.300
5
  beautifulsoup4==4.12.2
6
  faiss-cpu==1.7.4
7
  numpy==1.26.0
8
  torch==2.1.0
9
- pickle5==0.0.11 # For compatibility with pickle across Python versions
 
1
  gradio==3.50.2
2
+ transformers==4.38.2 # Updated to a recent stable version
3
+ sentence-transformers==2.7.0 # Updated to support modern huggingface_hub
4
  langchain==0.0.300
5
  beautifulsoup4==4.12.2
6
  faiss-cpu==1.7.4
7
  numpy==1.26.0
8
  torch==2.1.0
9
+ pickle5==0.0.11