summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJen Herting <jen@herting.cc>2021-10-12 19:57:04 -0400
committerGitHub <noreply@github.com>2021-10-12 23:57:04 +0000
commit0f9080738f2491ff2d5884990949cf514e619604 (patch)
treeb31b2f707c666f3da1181cac2332a1a7e81e231e
parentb937aa205b59dd7b2c3941ff34651531ecd7f49e (diff)
downloadspack-0f9080738f2491ff2d5884990949cf514e619604.tar.gz
spack-0f9080738f2491ff2d5884990949cf514e619604.tar.bz2
spack-0f9080738f2491ff2d5884990949cf514e619604.tar.xz
spack-0f9080738f2491ff2d5884990949cf514e619604.zip
[py-spacy] added version 2.3.7 (#25999)
-rw-r--r--var/spack/repos/builtin/packages/py-spacy/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-spacy/package.py b/var/spack/repos/builtin/packages/py-spacy/package.py
index e95b6798b0..9c40d32cd4 100644
--- a/var/spack/repos/builtin/packages/py-spacy/package.py
+++ b/var/spack/repos/builtin/packages/py-spacy/package.py
@@ -11,19 +11,21 @@ class PySpacy(PythonPackage):
homepage = "https://spacy.io/"
pypi = "spacy/spacy-2.3.2.tar.gz"
+ version('2.3.7', sha256='c0f2315fea23497662e28212f89af3a03667f97c867c597b599c37ab84092e22')
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')
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', 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')
depends_on('py-thinc@7.4.1', type=('build', 'run'), when='@2.3.0:')
+ depends_on('py-thinc@7.4.1:7.4', type=('build', 'run'), when='@2.3.7:')
depends_on('py-blis@0.4.0:0.4', type=('build', 'run'))
+ depends_on('py-blis@0.4.0:0.7', type=('build', 'run'), when='@2.3.7:')
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'))