From db9232815ba29b414d68ad4d80fd093200020a5f Mon Sep 17 00:00:00 2001 From: William Patton Date: Wed, 9 Oct 2024 10:17:37 -0700 Subject: [PATCH] update version and dependencies --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20eb3fa..eaa49cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] authors = [{ name = "William Hunter Patton", email = "pattonw@hhmi.org" }] name = "mwatershed" -version = "0.5.1" +version = "0.5.2" description = "A rusty mutex watershed" readme = "README.md" @@ -20,8 +20,9 @@ classifiers = [ 'Programming Language :: Python :: 3.8', ] -[deps] -numpy = ">=1.18.0" +dependencies = [ + "numpy>=1.18.0" +] [project.optional-dependencies] dev = [