https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 016df8b29b95f2863134908c9ae607530687e2ee authored by Matthew Kolopanis on 19 November 2020, 21:40:30 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent d5a40ed
Raw File
Tip revision: 016df8b29b95f2863134908c9ae607530687e2ee authored by Matthew Kolopanis on 19 November 2020, 21:40:30 UTC
tweak uvbase to check expected type of quantities better
Tip revision: 016df8b
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top