-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
78 lines (69 loc) · 1.57 KB
/
setup.cfg
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[metadata]
name = katgpucbf
description = GPU-accelerator correlator for the MeerKAT Extension
author = SARAO DSP team
author_email = [email protected]
url = https://github.com/ska-sa/katgpucbf
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Astronomy
[options]
package_dir =
= src
packages = find:
install_requires =
aiokatcp>=1.9.0
dask
katsdpservices[aiomonitor]
katsdpsigproc>=1.8.0
katsdptelstate
numba
numpy
prometheus-async[aiohttp]
prometheus-client>=0.4 # First version to auto-append _total to counter names
pyparsing>=3.0.0
scipy
spead2>=4.3.1
xarray
python_requires = >=3.12
[options.extras_require]
vkgdr = vkgdr
gpu =
katsdpsigproc[CUDA]
vkgdr
doc =
sphinx
sphinx-rtd-theme
sphinxcontrib-bibtex
sphinxcontrib-tikz
sphinx-mathjax-offline
test =
katsdpsigproc[CUDA]
async-solipsism>=0.6
pytest>=8
pytest-asyncio>=0.24
pytest-custom_exit_code
pytest-mock
qualification =
async-timeout
docutils>=0.18
matplotlib
prometheus-api-client
pylatex
pytest
pytest-asyncio
pytest-check>=1.3
pytest-custom_exit_code
pytest-reportlog
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
fgpu = katgpucbf.fgpu.main:main
xbgpu = katgpucbf.xbgpu.main:main
dsim = katgpucbf.dsim.main:main
fsim = katgpucbf.fsim.main:main
[options.package_data]
* = kernels/*.mako, kernels/*.cu, */*.pyi, py.typed