lixuejing
commited on
Commit
·
687ef23
1
Parent(s):
4772f92
update
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -10,7 +10,8 @@ matplotlib
|
|
10 |
numpy
|
11 |
pandas
|
12 |
python-dateutil
|
|
|
13 |
tqdm
|
14 |
transformers
|
15 |
tokenizers>=0.15.0
|
16 |
-
sentencepiece
|
|
|
10 |
numpy
|
11 |
pandas
|
12 |
python-dateutil
|
13 |
+
plotly==5.14.1
|
14 |
tqdm
|
15 |
transformers
|
16 |
tokenizers>=0.15.0
|
17 |
+
sentencepiece
|