summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7895bdc6a85c2003a2ca8745fd6d13340dfea415 (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 = 2
	url = https://distributed.dask.org/
	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 = https://files.pythonhosted.org/packages/source/d/distributed/distributed-2.9.0.tar.gz
	sha256sums = b66a15d6c02c28dd07e815d09cd77dab8484004533d38895714a5f10c7e7e325

pkgname = python-distributed