Spaces:
Running
Running
Commit
·
88e047a
1
Parent(s):
79b6aab
Fix: pin numpy version to 1.24.3
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ imgaug==0.4.0
|
|
7 |
pyclipper
|
8 |
lmdb
|
9 |
tqdm
|
10 |
-
numpy
|
11 |
visualdl
|
12 |
python-Levenshtein
|
13 |
opencv-contrib-python==4.5.5.62
|
|
|
7 |
pyclipper
|
8 |
lmdb
|
9 |
tqdm
|
10 |
+
numpy==1.24.3
|
11 |
visualdl
|
12 |
python-Levenshtein
|
13 |
opencv-contrib-python==4.5.5.62
|