https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 406b88eb91f511f6a5d50ded29e7615c3df4f2a1 authored by Bryna Hazelton on 03 April 2021, 15:49:10 UTC, committed by Adam Beardsley on 07 April 2021, 16:02:16 UTC
1 parent ab62bc1
Raw File
Tip revision: 406b88eb91f511f6a5d50ded29e7615c3df4f2a1 authored by Bryna Hazelton on 03 April 2021, 15:49:10 UTC
update the changelog
Tip revision: 406b88e
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