projects
/
pytables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e01be
)
Build with numpy 1.x
author
Antonio Valentino
<antonio.valentino@tiscali.it>
Sun, 18 Aug 2024 09:59:35 +0000
(09:59 +0000)
committer
Antonio Valentino
<antonio.valentino@tiscali.it>
Wed, 8 Jan 2025 00:32:06 +0000
(
00:32
+0000)
Forwarded: not-needed
Gbp-Pq: Name 0006-Build-with-numpy-1.x.patch
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index 4b3ac5962465db2a0df0d457538bc28c4946d47e..c0ccf0c2e39c4e5aed646335d90b40a798e23559 100644
(file)
--- a/
pyproject.toml
+++ b/
pyproject.toml
@@
-9,7
+9,7
@@
requires = [
# Please refer to https://github.com/PyTables/PyTables/issues/1200
# If you change this to build with `numpy` 1, please update `numpy` in `dependencies` as well
# "numpy >= 1.20.0,<2",
- "numpy
>= 2
",
+ "numpy",
"packaging",
"py-cpuinfo",
"Cython >= 3.0.11",