-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpyproject.toml
51 lines (47 loc) · 1.46 KB
/
pyproject.toml
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
[tool.poetry]
name = "pfb-imaging"
version = "0.0.5"
description = "Radio interferometric imaging suite based on a preconditioned forward-backward approach"
authors = ["Landman Bester <[email protected]>"]
license = "MIT"
readme = "README.rst"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Astronomy"
]
packages = [{include = "pfb"}]
[tool.poetry.dependencies]
python = ">=3.10, <3.13"
pytest = ">=8.0.0"
scikit-image = ">=0.24.0"
PyWavelets = ">=1.7.0"
katbeam = ">=0.1"
numexpr = ">=2.10.1"
pyscilog = ">=0.1.2"
Click = ">=8.1"
ducc0 = ">=0.35.0"
sympy = ">=1.9"
stimela = ">=2.0.1.1"
streamjoy = ">=0.0.8"
dask = ">=2023.1.1, <2024.11.0"
codex-africanus = {extras = ["dask", "scipy", "astropy", "python-casacore"], version = ">=0.4.1"}
dask-ms = {extras = ["s3", "xarray", "zarr"], version = ">=0.2.22"}
tbb = ">=2021.13.1"
jax = {extras = ["cpu"], version = ">=0.4.31"}
lz4 = ">=4.3.3"
bokeh = ">=3.1.0"
regions = ">=0.9"
psutil = ">=5.9.8"
matplotlib = ">=3.9.2"
[tool.poetry.scripts]
pfb = "pfb.workers.main:cli"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
## add section for dev component which installs builder and Dockerfiles