yxchng
commited on
Commit
·
f7d5de7
1
Parent(s):
e993233
add numpy
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
requests
|
| 2 |
filelock
|
| 3 |
tqdm
|
|
@@ -11,4 +12,4 @@ scikit-image
|
|
| 11 |
pycocotools==2.0.2
|
| 12 |
opencv-python==4.5.3.56
|
| 13 |
tokenizers==0.8.1rc1
|
| 14 |
-
h5py
|
|
|
|
| 1 |
+
numpy
|
| 2 |
requests
|
| 3 |
filelock
|
| 4 |
tqdm
|
|
|
|
| 12 |
pycocotools==2.0.2
|
| 13 |
opencv-python==4.5.3.56
|
| 14 |
tokenizers==0.8.1rc1
|
| 15 |
+
h5py
|