https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1abb511b7c6ee118dededf014e451079059a0761 authored by Matthew Kolopanis on 14 December 2020, 17:27:02 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 7deebb5
Raw File
Tip revision: 1abb511b7c6ee118dededf014e451079059a0761 authored by Matthew Kolopanis on 14 December 2020, 17:27:02 UTC
add checks for when expected_type is a quantity or quantity subclass
Tip revision: 1abb511
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top