projects
/
pytables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a81b3f4
)
No python-blosc2
author
Antonio Valentino
<antonio.valentino@tiscali.it>
Sun, 7 Apr 2024 06:53:27 +0000
(06:53 +0000)
committer
Antonio Valentino
<antonio.valentino@tiscali.it>
Thu, 2 Jan 2025 19:03:09 +0000
(19:03 +0000)
Forwarded: not-needed
Gbp-Pq: Name 0005-No-python-blosc2.patch
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index 64ada5174c63e9b9552c503d7de57f95c4467b29..d626fc485f17d2607e126ca4df426d92d9f1672e 100644
(file)
--- a/
pyproject.toml
+++ b/
pyproject.toml
@@
-16,7
+16,7
@@
requires = [
# Included here for seamless wheel builds.
# Packagers can choose to replace it by externally provided
# c-blosc2 library and headers
- "blosc2 >= 2.3.0",
+
#
"blosc2 >= 2.3.0",
"typing-extensions >= 4.4.0",
]
build-backend = "setuptools.build_meta"
@@
-78,7
+78,7
@@
dependencies = [
"numexpr >= 2.6.2",
"packaging",
"py-cpuinfo",
- "blosc2 >= 2.3.0",
+
#
"blosc2 >= 2.3.0",
"typing-extensions >= 4.4.0",
]