summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-merlin/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-merlin/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-merlin/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/py-merlin/package.py b/var/spack/repos/builtin/packages/py-merlin/package.py
index 645603b23a..8be5caae28 100644
--- a/var/spack/repos/builtin/packages/py-merlin/package.py
+++ b/var/spack/repos/builtin/packages/py-merlin/package.py
@@ -24,12 +24,12 @@ class PyMerlin(PythonPackage):
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-cached-property', type=('build', 'run'))
depends_on('py-celery@5.0.0+redis+sqlalchemy', when="@1.7.5:", type=('build', 'run'))
- depends_on('py-celery@4.3.0:4.999+redis+sqlalchemy', when="@:1.7.4", type=('build', 'run'))
+ depends_on('py-celery@4.3.0:4+redis+sqlalchemy', when="@:1.7.4", type=('build', 'run'))
depends_on('py-coloredlogs@10.0:', type=('build', 'run'))
depends_on('py-cryptography', type=('build', 'run'))
- depends_on('py-importlib-resources', when="^python@3.0:3.6.99", type=('build', 'run'))
+ depends_on('py-importlib-resources', when="^python@3.0:3.6", type=('build', 'run'))
depends_on('py-maestrowf@1.1.7dev0', when="@1.2.0:", type=('build', 'run'))
- depends_on('py-maestrowf@1.1.6:', when="@:1.1.99", type=('build', 'run'))
+ depends_on('py-maestrowf@1.1.6:', when="@:1.1", type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-parse', type=('build', 'run'))
depends_on('py-psutil@5.1.0:', type=('build', 'run'))