RAMYASRI-39 commited on
Commit
b575799
·
verified ·
1 Parent(s): 4f3e909

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,12 +1,11 @@
1
  gradio==3.38.0
2
  huggingface-hub==0.19.3
3
- transformers # You may want to specify the version for stability
4
  firebase_admin==6.5.0
5
  pydantic==1.10.8
6
  jsonpatch==1.32
7
  joblib==1.3.2
8
- sentence-transformers # Specify version for stability
9
- spaces==0.30.0 # Ensure the version is correct
10
- ragatouille # Ensure the version works for your project
11
- lancedb==0.5.0 # Specify version for compatibility with your code
12
- openpyxl==3.1.1 # If you're using it with Excel files
 
1
  gradio==3.38.0
2
  huggingface-hub==0.19.3
3
+ transformers==4.33.2 # Latest stable version as of late 2024
4
  firebase_admin==6.5.0
5
  pydantic==1.10.8
6
  jsonpatch==1.32
7
  joblib==1.3.2
8
+ sentence-transformers==2.2.2 # Latest stable version
9
+ spaces==0.30.0
10
+ lancedb==0.5.0
11
+ openpyxl==3.1.1