https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2176518413d981debb040d339af60fdff213118e authored by Bryna Hazelton on 15 April 2020, 20:16:36 UTC, committed by Bryna Hazelton on 24 April 2020, 00:13:57 UTC
1 parent 4745b70
Raw File
Tip revision: 2176518413d981debb040d339af60fdff213118e authored by Bryna Hazelton on 15 April 2020, 20:16:36 UTC
update tutorial and changelog
Tip revision: 2176518
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top