We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de8f28 commit a22fb33Copy full SHA for a22fb33
2 files changed
setup.py
@@ -40,7 +40,7 @@
40
include_package_data=True,
41
install_requires=[
42
"pillow==7.0.0",
43
- "numpy>=1.16.4,<1.17",
+ "numpy>=1.17.3",
44
"requests>=2.20.0",
45
"opencv-python>=4.2.0.32",
46
"tqdm>=4.23.0",
trdg/utils.py
@@ -19,7 +19,6 @@ def load_dict(lang):
19
lang_dict = [l for l in d.read().splitlines() if len(l) > 0]
20
return lang_dict
21
22
-
23
def load_fonts(lang):
24
"""Load all fonts in the fonts directories
25
"""
0 commit comments