summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authora-saitoh-fj <63334055+a-saitoh-fj@users.noreply.github.com>2021-02-16 02:32:17 +0900
committerGitHub <noreply@github.com>2021-02-15 17:32:17 +0000
commite3bf23e292f50a023145be01264182e865a84256 (patch)
treebb297ac17e42dd130a0a1515288da252404f62df /var
parentc55406abdf69330f70a0ccbaeb12722fb82cc8cc (diff)
downloadspack-e3bf23e292f50a023145be01264182e865a84256.tar.gz
spack-e3bf23e292f50a023145be01264182e865a84256.tar.bz2
spack-e3bf23e292f50a023145be01264182e865a84256.tar.xz
spack-e3bf23e292f50a023145be01264182e865a84256.zip
py-dask: add v2020.12.0 (#20541)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-dask/package.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-dask/package.py b/var/spack/repos/builtin/packages/py-dask/package.py
index 0eaa29778d..20900d20c3 100644
--- a/var/spack/repos/builtin/packages/py-dask/package.py
+++ b/var/spack/repos/builtin/packages/py-dask/package.py
@@ -14,6 +14,7 @@ class PyDask(PythonPackage):
maintainers = ['skosukhin']
+ version('2020.12.0', sha256='43e745afd4b464e6c0113131e430a16dce6ac42460b06e24d799093d098f7ab0')
version('2.16.0', sha256='2af5b0dcd48ce679ce0321cf91de623f4fe376262789b951fefa3c334002f350')
version('1.2.2', sha256='5e7876bae2a01b355d1969b73aeafa23310febd8c353163910b73e93dc7e492c')
version('1.1.2', sha256='93b355b9a9c9a3ddbb39fab99d5759aad5cfd346f4520b87788970e80cf97256')
@@ -32,6 +33,7 @@ class PyDask(PythonPackage):
conflicts('+distributed', when='@:0.4.0,0.7.6:0.8.1')
conflicts('+diagnostics', when='@:0.5.0')
conflicts('+yaml', when='@:0.17.5')
+ conflicts('~yaml', when='@2.17.1:')
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
depends_on('python@3.5:', type=('build', 'run'), when='@2.0.0:')
@@ -43,6 +45,7 @@ class PyDask(PythonPackage):
depends_on('py-numpy@1.10.4:', type=('build', 'run'), when='+array')
depends_on('py-numpy@1.11.0:', type=('build', 'run'), when='@0.17.3: +array')
depends_on('py-numpy@1.13.0:', type=('build', 'run'), when='@1.2.1: +array')
+ depends_on('py-numpy@1.15.1:', type=('build', 'run'), when='@2020.12.0: +array')
depends_on('py-toolz', type=('build', 'run'), when='+array')
depends_on('py-toolz@0.7.2:', type=('build', 'run'), when='@0.7.0: +array')
@@ -77,12 +80,14 @@ class PyDask(PythonPackage):
depends_on('py-numpy@1.10.4:', type=('build', 'run'), when='+dataframe')
depends_on('py-numpy@1.11.0:', type=('build', 'run'), when='@0.17.3: +dataframe')
depends_on('py-numpy@1.13.0:', type=('build', 'run'), when='@1.2.1: +dataframe')
+ depends_on('py-numpy@1.15.1:', type=('build', 'run'), when='@2020.12.0: +dataframe')
depends_on('py-pandas@0.16.0:', type=('build', 'run'), when='+dataframe')
depends_on('py-pandas@0.18.0:', type=('build', 'run'), when='@0.9.0: +dataframe')
depends_on('py-pandas@0.19.0:', type=('build', 'run'), when='@0.14.0: +dataframe')
depends_on('py-pandas@0.21.0:', type=('build', 'run'), when='@1.2.1: +dataframe')
depends_on('py-pandas@0.23.0:', type=('build', 'run'), when='@2.11.0: +dataframe')
+ depends_on('py-pandas@0.25.0:', type=('build', 'run'), when='@2020.12.0: +dataframe')
depends_on('py-toolz', type=('build', 'run'), when='+dataframe')
depends_on('py-toolz@0.7.2:', type=('build', 'run'), when='@0.7.0: +dataframe')
@@ -120,6 +125,7 @@ class PyDask(PythonPackage):
# Requirements for dask.diagnostics
depends_on('py-bokeh', type=('build', 'run'), when='+diagnostics')
depends_on('py-bokeh@1.0.0:', type=('build', 'run'), when='@2.0.0: +diagnostics')
+ depends_on('py-bokeh@1.0.0:1.999,2.0.1:', type=('build', 'run'), when='@2.26.0: +diagnostics')
# Requirements for dask.delayed
depends_on('py-cloudpickle@0.2.1:', type=('build', 'run'), when='@2,7.0: +delayed')