From e5df5fb74c5a9366d3766f08caabd687d296c9ed Mon Sep 17 00:00:00 2001 From: Seb-sti1 <65665540+seb-sti1@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:59:14 +0100 Subject: [PATCH] chore: upgrade rmc and rmscene versions Closes #9 --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 45d01a9..6addcf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ dependencies = [ "fpdf2", "pypdf", "cairosvg", - "rmc@git+https://github.com/Seb-sti1/rmc.git@f5329f14fe645c0e1a8fa00aa6993ce0d6e6c487", - "rmscene@git+https://github.com/Seb-sti1/rmscene.git@239748c3c3e01d2ec66e3c87b5ce921033fef15e", + "rmc>=0.2.0,<0.3.0", + "rmscene>=0.6.1,<0.7.0", "tqdm", ] diff --git a/requirements.txt b/requirements.txt index ca586e3..9d09f91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ build fpdf2 pypdf cairosvg -rmc@git+https://github.com/Seb-sti1/rmc.git@f5329f14fe645c0e1a8fa00aa6993ce0d6e6c487 +rmc>=0.2.0,<0.3.0 tqdm -rmscene@git+https://github.com/Seb-sti1/rmscene.git@239748c3c3e01d2ec66e3c87b5ce921033fef15e \ No newline at end of file +rmscene>=0.6.1,<0.7.0 \ No newline at end of file