We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
numpy_quaddtype
1 parent b0d7067 commit c760b88Copy full SHA for c760b88
quaddtype/pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"meson>=1.3.2",
4
- "meson-python",
+ "meson-python>=0.18.0",
5
"wheel",
6
"numpy"
7
]
@@ -12,7 +12,8 @@ name = "numpy_quaddtype"
12
description = "Quad (128-bit) float dtype for numpy"
13
version = "0.2.0"
14
readme = 'README.md'
15
-license = { file = "LICENSE" }
+license = "BSD-3-Clause"
16
+license-files = ["LICENSE"]
17
authors = [{name = "Swayam Singh", email = "[email protected]"}]
18
requires-python = ">=3.10.0"
19
dependencies = [
0 commit comments