https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d7886cee37f3bc2ce4fa5f0b8e25ef67757b9335 authored by Bryna Hazelton on 28 September 2021, 01:01:41 UTC, committed by Matthew Kolopanis on 28 September 2021, 18:07:23 UTC
1 parent 492d5de
Raw File
Tip revision: d7886cee37f3bc2ce4fa5f0b8e25ef67757b9335 authored by Bryna Hazelton on 28 September 2021, 01:01:41 UTC
update changelog
Tip revision: d7886ce
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=4.2.1
  - astropy-healpix
  - astroquery
  - h5py
  - numpy>=1.18
  - pre-commit
  - pyerfa>=2.0
  - 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
      - novas
      - novas_de405
back to top