From e1005027089b1ba6ed707b01e75de491532004a9 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Mon, 10 Jun 2024 10:30:23 +0200 Subject: [PATCH] Add version requirements --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5cc2814..c0d7de2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ dependencies = [ "numpy", "qtpy", "graphviz>=0.19", - "matplotlib", + "matplotlib>=3.7", "setuptools_scm[toml]>=6.2", - "networkx", + "networkx>=3", "qtawesome" ] classifiers = [ diff --git a/requirements.txt b/requirements.txt index ff0a1020..5fc3bae5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy qtpy graphviz>=0.19 -matplotlib +matplotlib>=3.7 setuptools_scm[toml]>=6.2 -networkx +networkx>=3 qtawesome -- GitLab