https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3c00116f14781fe5edb3856c9680805c40f79fec authored by Bryna Hazelton on 04 March 2020, 17:44:28 UTC, committed by Bryna Hazelton on 04 March 2020, 22:55:35 UTC
1 parent 5b7762d
Raw File
Tip revision: 3c00116f14781fe5edb3856c9680805c40f79fec authored by Bryna Hazelton on 04 March 2020, 17:44:28 UTC
fix markdown links
Tip revision: 3c00116
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