From 2a71433f54c0351ea9d1fc0855454538f005abc7 Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Fri, 26 Jul 2024 16:04:47 +0200 Subject: [PATCH] Update dependency versions --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d457ce..5f86955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ requires = [ "setuptools >= 0.30", "wheel >= 0.30", "biotite >= 0.40", - "numpy >= 1.25", + "numpy >= 2.0", "msgpack >= 0.5.6", - "cython >= 0.29", -] \ No newline at end of file + "cython >= 3.0", +]