https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d829e2f0b22c580add5e2fde49072b7f0e758ad5 authored by Matthew Kolopanis on 24 April 2020, 23:33:47 UTC, committed by Paul La Plante on 28 April 2020, 03:11:57 UTC
1 parent 408df1d
Raw File
Tip revision: d829e2f0b22c580add5e2fde49072b7f0e758ad5 authored by Matthew Kolopanis on 24 April 2020, 23:33:47 UTC
remove "tests_require" in setup.py
Tip revision: d829e2f
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top