Skip to content

Commit 08e91f2

Browse files
committed
+ Merged upstream
1 parent 2d7e4ce commit 08e91f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44
"setuptools-scm[toml]>=6.2",
55
"Cython",
66
"py-cpuinfo",
7-
"numpy",
7+
"numpy>2",
88
"pkgconfig"
99
]
1010
build-backend = "setuptools.build_meta"
@@ -16,9 +16,9 @@ A Python package providing buffer compression and transformation codecs \
1616
for use in data storage and communication applications."""
1717
readme = "README.rst"
1818
dependencies = [
19-
"numpy>=1.7",
19+
"numpy>=1.23",
2020
]
21-
requires-python = ">=3.10"
21+
requires-python = ">=3.11"
2222
dynamic = [
2323
"version",
2424
]
@@ -69,7 +69,7 @@ zfpy = [
6969
"numpy<2.0.0",
7070
]
7171
pcodec = [
72-
"pcodec>=0.2.0",
72+
"pcodec>=0.2,<0.3",
7373
]
7474
crc32c = [
7575
"crc32c>=2.7",

0 commit comments

Comments
 (0)