Pin setuptools to 68.0.0 (#98582)

pull/98623/head
Franck Nijhof 2023-08-17 17:36:22 +02:00
parent 88352b6ca1
commit 8dcb04eab1
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools~=68.0", "wheel~=0.40.0"]
requires = ["setuptools==68.0.0", "wheel~=0.40.0"]
build-backend = "setuptools.build_meta"
[project]