https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 01b85e5bcea14e1263d2a98dac2f58a5dda29d9b authored by Bryna Hazelton on 22 January 2020, 18:07:05 UTC, committed by Jonathan Pober on 07 February 2020, 16:26:36 UTC
1 parent b61cec0
Raw File
Tip revision: 01b85e5bcea14e1263d2a98dac2f58a5dda29d9b authored by Bryna Hazelton on 22 January 2020, 18:07:05 UTC
update Paul's affiliation
Tip revision: 01b85e5
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - flake8
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - six
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - flake8-pytest
      - pytest-cases
back to top