Skip to content

Commit 9ccf777

Browse files
committed
Pin setuptools==60.8.2.
The latest version breaks in PyPy for an unknown reason.
1 parent 3b16ca8 commit 9ccf777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=60.9.0",
3+
"setuptools==60.8.2",
44
"wheel>=0.37.1",
55
"cffi>=1.15",
66
"pycparser>=2.14",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cffi>=1.15
22
numpy>=1.20.3
33
pycparser>=2.14
4-
setuptools>=60.9.0
4+
setuptools==60.8.2
55
types-setuptools
66
types-tabulate
77
typing_extensions

0 commit comments

Comments
 (0)