summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-spacy/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-spacy/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-spacy/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/py-spacy/package.py b/var/spack/repos/builtin/packages/py-spacy/package.py
index c120ba17fe..e95b6798b0 100644
--- a/var/spack/repos/builtin/packages/py-spacy/package.py
+++ b/var/spack/repos/builtin/packages/py-spacy/package.py
@@ -14,22 +14,22 @@ class PySpacy(PythonPackage):
version('2.3.2', sha256='818de26e0e383f64ccbe3db185574920de05923d8deac8bbb12113b9e33cee1f')
version('2.2.4', sha256='f0f3a67c5841e6e35d62c98f40ebb3d132587d3aba4f4dccac5056c4e90ff5b9')
- depends_on('python@2.7:2.8,3.4:', type=('build', 'run'), when='@2.2.4:2.2.999')
+ depends_on('python@2.7:2.8,3.4:', type=('build', 'run'), when='@2.2.4:2.2')
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'), when='@2.3.0:')
depends_on('py-wheel', type='build')
depends_on('py-cython@0.25:', type='build')
- depends_on('py-cymem@2.0.2:2.0.999', type=('build', 'run'))
- depends_on('py-preshed@3.0.2:3.0.999', type=('build', 'run'))
+ depends_on('py-cymem@2.0.2:2.0', type=('build', 'run'))
+ depends_on('py-preshed@3.0.2:3.0', type=('build', 'run'))
depends_on('py-murmurhash@0.28:1.0', type=('build', 'run'))
- depends_on('py-thinc@7.4.0', type=('build', 'run'), when='@2.2.4:2.2.999')
+ depends_on('py-thinc@7.4.0', type=('build', 'run'), when='@2.2.4:2.2')
depends_on('py-thinc@7.4.1', type=('build', 'run'), when='@2.3.0:')
- depends_on('py-blis@0.4.0:0.4.999', type=('build', 'run'))
- depends_on('py-wasabi@0.4.0:1.0.999', type=('build', 'run'))
- depends_on('py-srsly@1.0.2:1.0.999', type=('build', 'run'))
+ depends_on('py-blis@0.4.0:0.4', type=('build', 'run'))
+ depends_on('py-wasabi@0.4.0:1.0', type=('build', 'run'))
+ depends_on('py-srsly@1.0.2:1.0', type=('build', 'run'))
depends_on('py-catalogue@0.0.7:1.0', type=('build', 'run'))
- depends_on('py-tqdm@4.38:4.999', type=('build', 'run'))
+ depends_on('py-tqdm@4.38:4', type=('build', 'run'))
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-numpy@1.15:', type=('build', 'run'))
depends_on('py-plac@0.9.6:1.1', type=('build', 'run'))
- depends_on('py-requests@2.13:2.999', type=('build', 'run'))
+ depends_on('py-requests@2.13:2', type=('build', 'run'))
depends_on('py-pathlib@1.0.1', when='^python@:3.3', type=('build', 'run'))