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.
1 parent 2d7e4ce commit 08e91f2Copy full SHA for 08e91f2
pyproject.toml
@@ -4,7 +4,7 @@ requires = [
4
"setuptools-scm[toml]>=6.2",
5
"Cython",
6
"py-cpuinfo",
7
- "numpy",
+ "numpy>2",
8
"pkgconfig"
9
]
10
build-backend = "setuptools.build_meta"
@@ -16,9 +16,9 @@ A Python package providing buffer compression and transformation codecs \
16
for use in data storage and communication applications."""
17
readme = "README.rst"
18
dependencies = [
19
- "numpy>=1.7",
+ "numpy>=1.23",
20
21
-requires-python = ">=3.10"
+requires-python = ">=3.11"
22
dynamic = [
23
"version",
24
@@ -69,7 +69,7 @@ zfpy = [
69
"numpy<2.0.0",
70
71
pcodec = [
72
- "pcodec>=0.2.0",
+ "pcodec>=0.2,<0.3",
73
74
crc32c = [
75
"crc32c>=2.7",
0 commit comments