From 455d6604beeb16fa5395c6338378a183b67d30c3 Mon Sep 17 00:00:00 2001 From: YishiMichael Date: Wed, 7 Sep 2022 13:28:27 +0800 Subject: [PATCH] chore: Restrict version of svgelements --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5c6ae599..ab0b5026 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ rich scipy screeninfo skia-pathops -svgelements +svgelements>=1.8.1 sympy tqdm validators diff --git a/setup.cfg b/setup.cfg index 82c033f9..6871e906 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ install_requires = scipy screeninfo skia-pathops - svgelements + svgelements>=1.8.1 sympy tqdm validators