From e5237d28955c34ef3515d7bce75b8cad38428e59 Mon Sep 17 00:00:00 2001 From: erhannis Date: Sat, 4 Apr 2026 20:47:27 -0400 Subject: [PATCH] Updated dependencies --- requirements.txt | 3 ++- setup.py | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b132eb7..c8c83f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ pycsg==0.3.3 -svg.path==3.0 +svg.path==7.0 Pint==0.9.0 geomdl==5.2.9 freetype-py==2.1.0.post1 +pythreejs==2.4.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 270b825..39398bb 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,8 @@ long_description=open('README.rst').read(), install_requires=[ "pycsg >= 0.3.3", - "svg.path==3.0", - "Pint==0.9.0" + "svg.path==7.0", + "Pint==0.9.0", + "pythreejs==2.4.2" ], )