We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b79303 commit a7f882aCopy full SHA for a7f882a
1 file changed
spack/repo/chimbuko/packages/chimbuko-visualization2/package.py
@@ -14,7 +14,7 @@ class ChimbukoVisualization2(Package):
14
15
depends_on('python@3.8')
16
depends_on('py-mochi-sonata', type=('build', 'run'))
17
- depends_on('py-celery@4.4.7:4.4', type=('build', 'run'))
+ depends_on('py-celery@5.4:', type=('build', 'run'))
18
# depends_on('py-certifi@2024.7.4:2024.7', type=('build', 'run'))
19
depends_on('py-certifi', type=('build', 'run'))
20
# depends_on('py-dnspython@2.6.1:2.6', type=('build', 'run'))
0 commit comments