nikhildsst commited on
Commit
9951a4a
·
verified ·
1 Parent(s): 303cd74

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- gradio
2
  requests
3
  beautifulsoup4
4
  pandas
@@ -6,8 +5,8 @@ faiss-cpu
6
  sentence-transformers
7
  langchain
8
  langchain-community
9
- selenium
10
- webdriver-manager
11
-
12
 
13
 
 
 
1
  requests
2
  beautifulsoup4
3
  pandas
 
5
  sentence-transformers
6
  langchain
7
  langchain-community
8
+ selenium==4.10.0
9
+ gradio==3.40.1
10
+ webdriver_manager==3.8.6
11
 
12