mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
chore: Restrict version of svgelements
This commit is contained in:
parent
4a575afdde
commit
455d6604be
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ rich
|
||||||
scipy
|
scipy
|
||||||
screeninfo
|
screeninfo
|
||||||
skia-pathops
|
skia-pathops
|
||||||
svgelements
|
svgelements>=1.8.1
|
||||||
sympy
|
sympy
|
||||||
tqdm
|
tqdm
|
||||||
validators
|
validators
|
||||||
|
|
|
@ -48,7 +48,7 @@ install_requires =
|
||||||
scipy
|
scipy
|
||||||
screeninfo
|
screeninfo
|
||||||
skia-pathops
|
skia-pathops
|
||||||
svgelements
|
svgelements>=1.8.1
|
||||||
sympy
|
sympy
|
||||||
tqdm
|
tqdm
|
||||||
validators
|
validators
|
||||||
|
|
Loading…
Add table
Reference in a new issue