Skip to content

Commit

Permalink
require wheel>=0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Sep 5, 2023
1 parent d7be206 commit cab3004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["py-cpuinfo==8.0.0", "setuptools", "wheel"]
requires = ["py-cpuinfo==8.0.0", "setuptools", "wheel>=0.34.0"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ setuptools
sphinx
sphinx_rtd_theme
nbsphinx
wheel
wheel>=0.34.0

0 comments on commit cab3004

Please sign in to comment.