From 0f9fd78c5d042fbd3d00515b21ad56c2bc61d691 Mon Sep 17 00:00:00 2001 From: Thomas Cokelaer Date: Thu, 17 Oct 2024 11:30:25 +0200 Subject: [PATCH] update version --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d73b026..0e6bc12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "colormap" -version = "1.1.0" +version = "1.1.1" description = "Commn utilities to ease development of Python packages" authors = ["Thomas Cokelaer "] license = "BSD-3-Clause" @@ -39,12 +39,13 @@ Documentation = "https://colormap.readthedocs.io" [tool.poetry.dependencies] python = "^3.8" -matplotlib = "^3.8.4" +matplotlib = "^3" +numpy = "^1.24" [tool.poetry.group.dev.dependencies] -pytest = "^7.4.4" +pytest = "^8.0.0" pytest-cov = "^4.1.0" pytest-xdist = "^3.5.0" pytest-mock = "^3.12.0"