https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5b7762da55542ee5d6869218f8536f0ef879514c authored by Bryna Hazelton on 04 March 2020, 17:43:29 UTC, committed by Bryna Hazelton on 04 March 2020, 22:55:35 UTC
1 parent de9d39f
Raw File
Tip revision: 5b7762da55542ee5d6869218f8536f0ef879514c authored by Bryna Hazelton on 04 March 2020, 17:43:29 UTC
Update the contributing guide.
Tip revision: 5b7762d
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