https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 391f00a9795b7ba191c5f486c7668c54520f2512 authored by Bryna Hazelton on 02 March 2021, 20:35:29 UTC, committed by Jonathan Pober on 03 March 2021, 17:31:46 UTC
1 parent e0c3eca
Raw File
Tip revision: 391f00a9795b7ba191c5f486c7668c54520f2512 authored by Bryna Hazelton on 02 March 2021, 20:35:29 UTC
update changelog
Tip revision: 391f00a
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=3.2.3
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
back to top