https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 71ce2015928dde39fbf5376ff5a5f5ceb9f79de8 authored by Matthew Kolopanis on 27 January 2020, 20:13:53 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 6b83a96
Raw File
Tip revision: 71ce2015928dde39fbf5376ff5a5f5ceb9f79de8 authored by Matthew Kolopanis on 27 January 2020, 20:13:53 UTC
update changelog removed section to say from where a keyword is removed
Tip revision: 71ce201
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top