Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
xarray
|
3 |
+
numpy
|
4 |
+
pandas
|
5 |
+
matplotlib.pyplot
|
6 |
+
pickle
|
7 |
+
glob
|
8 |
+
os
|
9 |
+
re
|
10 |
+
tensorflow
|
11 |
+
import
|
12 |
+
copy
|
13 |
+
string
|
14 |
+
h5py
|
15 |
+
tqdm
|