From 4da6a401489645b8a1c7184106ced3b338f1556f Mon Sep 17 00:00:00 2001 From: CnlPepper Date: Sun, 3 Aug 2025 19:01:47 +0100 Subject: [PATCH] Added missing dependencies. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4998820c..fc19b80f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Topic :: Multimedia :: Graphics :: 3D Rendering", "Topic :: Scientific/Engineering :: Physics" ] +dependencies = ["numpy>=2", "matplotlib"] dynamic = ["version"] [project.urls] @@ -27,7 +28,7 @@ Issues = "https://github.com/raysect/source/issues" Changelog = "https://github.com/raysect/source/blob/master/CHANGELOG.txt" [build-system] -requires = ["meson-python", "setuptools", "wheel", "numpy", "cython>=3.1", "setuptools-scm"] +requires = ["meson-python", "setuptools", "setuptools-scm", "wheel", "numpy>=2", "cython>=3.1"] build-backend = "mesonpy" [tool.setuptools_scm]