https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7fdfdb4653abc58eb3de43f019b3ea1c024a67f2 authored by Christopher Moriarty on 06 August 2020, 15:39:26 UTC, committed by Christopher Moriarty on 06 August 2020, 15:39:26 UTC
1 parent 2c47af4
Raw File
Tip revision: 7fdfdb4653abc58eb3de43f019b3ea1c024a67f2 authored by Christopher Moriarty on 06 August 2020, 15:39:26 UTC
Changed np.csingle to np.complex64
Tip revision: 7fdfdb4
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