seanpedrickcase commited on
Commit
5151113
1 Parent(s): 4a190c2

Added boto3 to requirements

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -1
  2. requirements_cpu.txt +1 -0
requirements.txt CHANGED
@@ -19,4 +19,5 @@ nltk
19
  bm25s
20
  PyStemmer
21
  scipy<1.13
22
- numpy==1.26.4
 
 
19
  bm25s
20
  PyStemmer
21
  scipy<1.13
22
+ numpy==1.26.4
23
+ boto3
requirements_cpu.txt CHANGED
@@ -20,3 +20,4 @@ bm25s
20
  PyStemmer
21
  scipy<1.13
22
  numpy==1.26.4
 
 
20
  PyStemmer
21
  scipy<1.13
22
  numpy==1.26.4
23
+ boto3