noddysnots commited on
Commit
a56d89b
Β·
verified Β·
1 Parent(s): a205c3f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
  torch>=2.0.0
2
  transformers==4.38.2
3
  numpy>=1.24.0
4
- pytest>=7.3.1
5
- requests
6
- sentence-transformers
7
- gradio
8
- accelerate
9
- beautifulsoup4>=4.12.0
10
  aiohttp>=3.9.0
11
- python-dateutil>=2.8.2
 
 
 
 
 
 
1
  torch>=2.0.0
2
  transformers==4.38.2
3
  numpy>=1.24.0
4
+ pandas>=2.0.0
5
+ gradio>=4.0.0
 
 
 
 
6
  aiohttp>=3.9.0
7
+ beautifulsoup4>=4.12.0
8
+ sqlite3
9
+ python-dateutil>=2.8.2
10
+ requests>=2.31.0
11
+ accelerate
12
+ sentence-transformers>=2.2.0