noddysnots commited on
Commit
f9a368d
Β·
verified Β·
1 Parent(s): e7b9fde

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -2,7 +2,7 @@ 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
  python-dateutil>=2.8.2
@@ -12,4 +12,8 @@ sentence-transformers>=2.2.0
12
  datasets>=2.10.0
13
  scikit-learn>=1.0.2
14
  evaluate>=0.4.0
15
- nltk>=3.8
 
 
 
 
 
2
  transformers==4.38.2
3
  numpy>=1.24.0
4
  pandas>=2.0.0
5
+ gradio[oauth]>=5.14.0
6
  aiohttp>=3.9.0
7
  beautifulsoup4>=4.12.0
8
  python-dateutil>=2.8.2
 
12
  datasets>=2.10.0
13
  scikit-learn>=1.0.2
14
  evaluate>=0.4.0
15
+ nltk>=3.8
16
+ spaces>=0.32.0
17
+ authlib>=1.4.1
18
+ itsdangerous>=2.2.0
19
+ cryptography>=44.0.0