Skip to content

Commit

Permalink
fix: WeasyPrint version compatibility with Python 3.7 (#404)
Browse files Browse the repository at this point in the history
* feat: add notebooks

* fix: unused files

* fix: weasyprint version

* fix: version

* fix: typo
  • Loading branch information
charlesmindee authored Aug 10, 2021
1 parent d15725a commit 26f2167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pyclipper>=1.2.0
shapely>=1.6.0
matplotlib>=3.1.0
mplcursors>=0.3
weasyprint>=52.2
weasyprint>=52.2,<53.0
unidecode>=1.0.0
tensorflow>=2.4.0
Pillow>=8.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"shapely>=1.6.0",
"matplotlib>=3.1.0",
"mplcursors>=0.3",
"weasyprint>=52.2",
"weasyprint>=52.2,<53.0",
"unidecode>=1.0.0",
"tensorflow-cpu>=2.4.0",
"torch>=1.8.0",
Expand Down

0 comments on commit 26f2167

Please sign in to comment.