https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 24bf78677378400cbfb0f636c2872036ed6ac61a authored by Bryna Hazelton on 29 September 2020, 23:59:25 UTC, committed by Bryna Hazelton on 11 December 2020, 19:21:28 UTC
1 parent ca4dc53
Raw File
Tip revision: 24bf78677378400cbfb0f636c2872036ed6ac61a authored by Bryna Hazelton on 29 September 2020, 23:59:25 UTC
remove errant print statement
Tip revision: 24bf786
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top