Skip to content

Commit bcb0f72

Browse files
committed
Viz package no longer specifies explicit version of py-celery
1 parent 2ccf3c4 commit bcb0f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • spack/repo/chimbuko/packages/chimbuko-visualization2

spack/repo/chimbuko/packages/chimbuko-visualization2/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ChimbukoVisualization2(Package):
2020
depends_on('py-flask-socketio', type=('build', 'run'))
2121
depends_on('py-sqlalchemy', type=('build', 'run'))
2222
depends_on('py-werkzeug', type=('build', 'run'))
23-
depends_on('py-celery@4.3.0', type=('build', 'run'))
23+
depends_on('py-celery', type=('build', 'run'))
2424
depends_on('py-gevent', type=('build', 'run'))
2525
depends_on('py-eventlet', type=('build', 'run'))
2626
depends_on('py-runstats', type=('build', 'run'))

0 commit comments

Comments
 (0)