Skip to content

Commit 8f2049e

Browse files
authored
Merge pull request #652 from asenyaev/asen/pinned_dependencies
Pinned versions for dependencies
2 parents 056f900 + 443b747 commit 8f2049e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools", "wheel", "cmake", "pip",
3+
"setuptools==59.2.0", "wheel==0.37.0", "cmake>=3.1", "pip",
44
"scikit-build>=0.13.2",
55
"numpy==1.13.3; python_version=='3.6' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
66
"numpy==1.14.5; python_version=='3.7' and platform_machine != 'aarch64' and platform_machine != 'arm64'",

0 commit comments

Comments
 (0)