https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 11f06abe99dabaeba3e4c24c73b2dd7b9d73a162 authored by Matthew Kolopanis on 07 December 2020, 21:52:34 UTC, committed by Paul La Plante on 09 December 2020, 21:45:25 UTC
1 parent 5d44a82
Raw File
Tip revision: 11f06abe99dabaeba3e4c24c73b2dd7b9d73a162 authored by Matthew Kolopanis on 07 December 2020, 21:52:34 UTC
antnum -> bl: do memoryviewing behind the scenes, better variable types
Tip revision: 11f06ab
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