Skip to content

Commit 0375c55

Browse files
committed
pyproject.toml
1 parent 98aa211 commit 0375c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ requires = [
55
"Cython",
66
"py-cpuinfo",
77
"numpy",
8-
"crc32c",
98
]
109
build-backend = "setuptools.build_meta"
1110

@@ -17,6 +16,7 @@ for use in data storage and communication applications."""
1716
readme = "README.rst"
1817
dependencies = [
1918
"numpy>=1.7",
19+
"crc32c>=2.7",
2020
]
2121
requires-python = ">=3.10"
2222
dynamic = [

0 commit comments

Comments
 (0)