https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a35fc046d21dc620cd88f9e27bb811dcc8d2748a authored by pyxieloustar on 18 March 2020, 16:17:19 UTC, committed by Bryna Hazelton on 19 March 2020, 19:07:38 UTC
1 parent 779f5ca
Raw File
Tip revision: a35fc046d21dc620cd88f9e27bb811dcc8d2748a authored by pyxieloustar on 18 March 2020, 16:17:19 UTC
initialize new reordoring
Tip revision: a35fc04
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top