summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py b/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py
index 6005b50ba4..261bf8f483 100644
--- a/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py
+++ b/var/spack/repos/builtin/packages/py-azureml-dataset-runtime/package.py
@@ -17,14 +17,14 @@ class PyAzuremlDatasetRuntime(Package):
variant('fuse', default=False, description='Build with FUSE support')
extends('python')
- depends_on('python@3.0:3.999', type=('build', 'run'))
+ depends_on('python@3.0:3', type=('build', 'run'))
depends_on('py-pip', type='build')
- depends_on('py-azureml-dataprep@2.10.0:2.10.999', when='@1.23.0', type=('build', 'run'))
- depends_on('py-azureml-dataprep@2.0.1:2.0.999', when='@1.11.0.post1', type=('build', 'run'))
- depends_on('py-pyarrow@0.17.0:1.999', when='@1.23.0', type=('build', 'run'))
- depends_on('py-pyarrow@0.17.0:0.999', when='@1.11.0.post1', type=('build', 'run'))
+ depends_on('py-azureml-dataprep@2.10.0:2.10', when='@1.23.0', type=('build', 'run'))
+ depends_on('py-azureml-dataprep@2.0.1:2.0', when='@1.11.0.post1', type=('build', 'run'))
+ depends_on('py-pyarrow@0.17.0:1', when='@1.23.0', type=('build', 'run'))
+ depends_on('py-pyarrow@0.17.0:0', when='@1.11.0.post1', type=('build', 'run'))
depends_on('py-numpy@:1.19.2,1.19.4:', when='@1.23.0:', type=('build', 'run'))
- depends_on('py-fusepy@3.0.1:3.999', when='+fuse', type=('build', 'run'))
+ depends_on('py-fusepy@3.0.1:3', when='+fuse', type=('build', 'run'))
def install(self, spec, prefix):
pip = which('pip')