Skip to content

Commit b925999

Browse files
authored
Pin setuptools to a known working version (#3007)
1 parent 2c90971 commit b925999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nrn_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
wheel
2-
setuptools
32
setuptools_scm
3+
setuptools<=70.3.0
44
scikit-build
55
matplotlib
66
# bokeh 3 seems to break docs notebooks

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def setup_package():
513513
"numpy>=1.9.3,<2",
514514
"packaging",
515515
"find_libpython",
516-
"setuptools",
516+
"setuptools<=70.3.0",
517517
]
518518
+ (
519519
[

0 commit comments

Comments
 (0)