https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8f4c03a78d87e6935b4a5d08a8f568b527a42f52 authored by Garrett Keating on 03 August 2020, 13:48:59 UTC, committed by Garrett Keating on 03 August 2020, 13:48:59 UTC
2 parent s 9abec72 + b7e84ff
Raw File
Tip revision: 8f4c03a78d87e6935b4a5d08a8f568b527a42f52 authored by Garrett Keating on 03 August 2020, 13:48:59 UTC
Merge branch 'submillimeter_array' of github.com:Smithsonian/pyuvdata into submillimeter_array
Tip revision: 8f4c03a
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - 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