-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
24 lines (20 loc) · 1003 Bytes
/
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
[project]
name = "astrohack"
version = "0.5.8"
description = "Holography Antenna Commissioning Kit"
readme = "README.md"
requires-python = ">= 3.9, < 3.12"
dependencies = [ "astropy", "dask", "distributed", "dropbox", "toolviper", "ipywidgets", "matplotlib", "numba>=0.57.0", "numpy==1.26.4", "prettytable", "pycryptodome", "pytest", "pytest-cov", "pytest-html", "scikit_image", "scikit-learn", "scipy", "rich", "xarray", "zarr", "bokeh", "jupyterlab", "python_casacore>=3.5.2; sys_platform != \"darwin\" ",]
[[project.authors]]
name = "Joshua Hoskins"
email = "[email protected]"
[[project.authors]]
name = "Victor de Souza Magalhaes"
email = "[email protected]"
[[project.authors]]
name = "Jan-Willem Steeb"
email = "[email protected]"
[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",]