Skip to content

Commit a22fb33

Browse files
authored
Update numpy dep
1 parent 4de8f28 commit a22fb33

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
include_package_data=True,
4141
install_requires=[
4242
"pillow==7.0.0",
43-
"numpy>=1.16.4,<1.17",
43+
"numpy>=1.17.3",
4444
"requests>=2.20.0",
4545
"opencv-python>=4.2.0.32",
4646
"tqdm>=4.23.0",

trdg/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def load_dict(lang):
1919
lang_dict = [l for l in d.read().splitlines() if len(l) > 0]
2020
return lang_dict
2121

22-
2322
def load_fonts(lang):
2423
"""Load all fonts in the fonts directories
2524
"""

0 commit comments

Comments
 (0)