We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c90971 commit b925999Copy full SHA for b925999
nrn_requirements.txt
@@ -1,6 +1,6 @@
1
wheel
2
-setuptools
3
setuptools_scm
+setuptools<=70.3.0
4
scikit-build
5
matplotlib
6
# bokeh 3 seems to break docs notebooks
setup.py
@@ -513,7 +513,7 @@ def setup_package():
513
"numpy>=1.9.3,<2",
514
"packaging",
515
"find_libpython",
516
- "setuptools",
+ "setuptools<=70.3.0",
517
]
518
+ (
519
[
0 commit comments