https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 64aaab839ebc3c9cde0c3239924d06a40216c598 authored by Bryna Hazelton on 21 December 2022, 22:04:54 UTC, committed by Bryna Hazelton on 29 December 2022, 17:07:16 UTC
use python 3.9 to try to make mamba run faster
1 parent 4c59c41
Raw File
Tip revision: 64aaab839ebc3c9cde0c3239924d06a40216c598 authored by Bryna Hazelton on 21 December 2022, 22:04:54 UTC
ensure cython modules are compiled
Tip revision: 64aaab8
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top