-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (20 loc) · 1017 Bytes
/
pyproject.toml
File metadata and controls
24 lines (20 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "astrohack"
version = "1.0.1"
description = "Holography Antenna Commissioning Kit"
readme = "README.md"
requires-python = ">= 3.11, < 3.14"
dependencies = [ "astropy", "dask", "shapely", "distributed", "toolviper", "ipywidgets", "matplotlib", "numba>=0.57.0", "numpy<=2.2", "prettytable", "pycryptodome", "pytest", "pytest-cov", "pytest-html", "scikit_image", "scikit-learn", "scipy", "rich", "xarray", "zarr<3.0.0", "bokeh", "pillow", "jupyterlab", "python_casacore>=3.6.1; sys_platform != \"darwin\" ",]
[[project.authors]]
name = "Joshua Hoskins"
email = "jhoskins@nrao.edu"
[[project.authors]]
name = "Victor de Souza Magalhaes"
email = "vdesouza@nrao.edu"
[[project.authors]]
name = "Jan-Willem Steeb"
email = "jsteeb@nrao.edu"
[project.license]
file = "LICENSE.txt"
[project.optional-dependencies]
docs = [ "ipykernel", "ipympl", "ipython", "jupyter-client", "nbsphinx", "recommonmark", "scanpydoc", "sphinx-autoapi", "sphinx-autosummary-accessors", "sphinx_rtd_theme", "twine", "pandoc",]