summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b2889e3037a1808a3e726664f40eab5f8c4cb60c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
pkgbase = python-distributed
	pkgdesc = Python library for distributed computing
	pkgver = 2.9.0
	pkgrel = 1
	url = http://distributed.readthedocs.org/en/stable/
	arch = any
	license = BSD
	depends = python
	depends = python-click
	depends = python-cloudpickle
	depends = python-dask
	depends = python-msgpack
	depends = python-psutil
	depends = python-sortedcontainers
	depends = python-tblib
	depends = python-toolz
	depends = python-tornado
	depends = python-zict
	depends = python-yaml
	optdepends = python-joblib: Joblib integration
	optdepends = python-pandas: Pandas integration
	optdepends = python-numpy: NumPy integration
	optdepends = python-bokeh: Interactive visualisation of scheduler tasks
	optdepends = python-pyzmq: Asynchronous messaging with ZeroMQ
	optdepends = python-ipykernel: IPython integration for computing and debugging
	optdepends = python-prometheus_client: Prometheus integration for monitoring and alerting
	optdepends = python-keras: Support for the Keras deep learning library
	optdepends = python-lz4: LZ4 compression of messages
	optdepends = python-netcdf4: Support for netCDF4 data files
	optdepends = python-numba: JIT compilation of code
	optdepends = python-h5py: Support for the HDF5 binary data format
	optdepends = python-asyncssh: Computing cluster using SSH communication
	optdepends = python-pytorch: Support for tensors and dynamic neural networks
	optdepends = python-ipywidgets: Extra widgets in diagnostic pages
	source = 2.9.0.tar.gz::https://codeload.github.com/dask/distributed/tar.gz/2.9.0
	sha256sums = be5ebfa7f20ef09846486694c63483486143767c1595e4a75daf22a18fa516de

pkgname = python-distributed