We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8efe49 commit b3d6c16Copy full SHA for b3d6c16
var/spack/repos/builtin/packages/py-ipyparallel/package.py
@@ -25,7 +25,7 @@ class PyIpyparallel(PythonPackage):
25
depends_on('py-jupyterlab@3.0:3', type='build', when='@7.1:')
26
depends_on('py-packaging', type='build', when='@7.1:')
27
depends_on('py-setuptools@40.8:', type='build', when='@7.1:')
28
- depends_on('py-setuptools@:60', type='build', when='@:8.0.0')
+ depends_on('py-setuptools@:60', type='build', when='@:8.2.1')
29
depends_on('py-setuptools', type='build')
30
31
depends_on('py-ipython-genutils', type=('build', 'run'), when='@:6.3')
0 commit comments