https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 27fcdd2cdf66b5d5e3b66eda3637432290f29ae6 authored by Matthew Kolopanis on 14 May 2020, 22:34:28 UTC, committed by Matthew Kolopanis on 22 May 2020, 21:11:43 UTC
1 parent 7cf49a4
Raw File
Tip revision: 27fcdd2cdf66b5d5e3b66eda3637432290f29ae6 authored by Matthew Kolopanis on 14 May 2020, 22:34:28 UTC
make baseline_to_antnums and antums_to_baseline run via cython module
Tip revision: 27fcdd2
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top