https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6b66dcc9b95bec6a0faf7e31279caf78b2b4d3b7 authored by Matthew Kolopanis on 16 January 2020, 20:43:47 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent aad9baf
Raw File
Tip revision: 6b66dcc9b95bec6a0faf7e31279caf78b2b4d3b7 authored by Matthew Kolopanis on 16 January 2020, 20:43:47 UTC
update the making_release.md in docs
Tip revision: 6b66dcc
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