Changes: https://github.com/pydata/numexpr/releases https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
21 lines
634 B
TOML
21 lines
634 B
TOML
--- pyproject.toml.orig 2025-06-19 14:14:08 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,7 +2,7 @@ requires = [
|
|
requires = [
|
|
"setuptools",
|
|
"wheel",
|
|
- "numpy>=2.0.0",
|
|
+ "numpy",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
@@ -15,7 +15,7 @@ maintainers = [{ name = "Blosc Development Team", emai
|
|
readme = "README.rst"
|
|
authors = [{name = "David M. Cooke, Francesc Alted, and others", email = "blosc@blosc.org"}]
|
|
maintainers = [{ name = "Blosc Development Team", email = "blosc@blosc.org"}]
|
|
-license = "MIT"
|
|
+license = {text = "MIT"}
|
|
classifiers = [
|
|
"Development Status :: 6 - Mature",
|
|
"Intended Audience :: Developers",
|