Skip to content

Commit 2487a86

Browse files
authored
Merge pull request #454 from raysect/development
Added missing dependencies to v0.9.0
2 parents 9816c84 + 4da6a40 commit 2487a86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Topic :: Multimedia :: Graphics :: 3D Rendering",
1919
"Topic :: Scientific/Engineering :: Physics"
2020
]
21+
dependencies = ["numpy>=2", "matplotlib"]
2122
dynamic = ["version"]
2223

2324
[project.urls]
@@ -27,7 +28,7 @@ Issues = "https://github.com/raysect/source/issues"
2728
Changelog = "https://github.com/raysect/source/blob/master/CHANGELOG.txt"
2829

2930
[build-system]
30-
requires = ["meson-python", "setuptools", "wheel", "numpy", "cython>=3.1", "setuptools-scm"]
31+
requires = ["meson-python", "setuptools", "setuptools-scm", "wheel", "numpy>=2", "cython>=3.1"]
3132
build-backend = "mesonpy"
3233

3334
[tool.setuptools_scm]

0 commit comments

Comments
 (0)