https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 90f45e66bca52b910e00008a3db4e0b886d5e46b authored by pyxieloustar on 20 August 2020, 18:41:43 UTC, committed by Bryna Hazelton on 20 August 2020, 20:02:55 UTC
1 parent 433be31
Raw File
Tip revision: 90f45e66bca52b910e00008a3db4e0b886d5e46b authored by pyxieloustar on 20 August 2020, 18:41:43 UTC
edit docstring
Tip revision: 90f45e6
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top