Skip to content

Commit ab5064c

Browse files
authored
Merge pull request numpy#27508 from charris/fix-nightly-builds
MAINT: Pin setuptools for testing [wheel build]
2 parents c06a6cf + 4736cfb commit ab5064c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements/test_requirements.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Cython
22
wheel==0.38.1
3-
#setuptools==65.5.1 ; python_version < '3.12'
4-
#setuptools ; python_version >= '3.12'
5-
setuptools
3+
setuptools==65.5.1 ; python_version < '3.12'
4+
setuptools ; python_version >= '3.12'
65
hypothesis==6.104.1
76
pytest==7.4.0
87
pytz==2023.3.post1

0 commit comments

Comments
 (0)