From 9d63e1621eb60d5efab5fe353a878ef8d08c4636 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Fri, 12 Apr 2024 16:34:47 -0400 Subject: [PATCH] update requirements --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6e6f56..201b543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "matplotlib>=3.8", + "matplotlib>=3.3", "networkx>=3", "numpy>=1.20", "pandas>=2.0", diff --git a/requirements.txt b/requirements.txt index 719d737..5cedc4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -matplotlib>=3.8 +matplotlib>=3.3 networkx>=3 numpy>=1.2 pandas>=2.0