https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3ed1783f67fccc0c2febd5b0f468614fd5ca2104 authored by Matthew Kolopanis on 09 December 2020, 20:11:05 UTC, committed by Paul La Plante on 09 December 2020, 21:45:25 UTC
1 parent de62b73
Raw File
Tip revision: 3ed1783f67fccc0c2febd5b0f468614fd5ca2104 authored by Matthew Kolopanis on 09 December 2020, 20:11:05 UTC
harmonize tabbing in utils.pyx
Tip revision: 3ed1783
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