From 4440b55542f1527f2a5a0bebcdc4410be141140b Mon Sep 17 00:00:00 2001 From: Nikolai Date: Tue, 1 Sep 2026 12:24:32 +0200 Subject: [PATCH] Update dependencies to use compatible version specifiers --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e9839df..76cd728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,8 @@ classifiers = [ ] dependencies = [ "colorlover>=0.3.0", - "dark-matter>=7.1.18", - "plotly>=6.6.0", + "dark-matter~=7.1.18", + "plotly~=6.6.0", ] [project.urls]