summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: cd54505a2638085bd046c0a846630515f4c69ff9 (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
40
41
pkgbase = python-distributed
	pkgdesc = Python library for distributed computing
	pkgver = 2.14.0
	pkgrel = 1
	url = https://distributed.dask.org/
	arch = any
	license = BSD
	makedepends = python-setuptools
	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-cytoolz: Cython version of python-toolz for improved performance
	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 = https://files.pythonhosted.org/packages/source/d/distributed/distributed-2.14.0.tar.gz
	sha256sums = d9d49536fefc4238417de89bc6ddcc1cfa64da90d52b74128a16d9d28a823089

pkgname = python-distributed