https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f3ee4d1ba22dbc0638cdd91af250c524b24cd16c authored by Bryna Hazelton on 14 September 2020, 01:19:28 UTC, committed by Bryna Hazelton on 11 December 2020, 19:21:28 UTC
1 parent 7f64e63
Raw File
Tip revision: f3ee4d1ba22dbc0638cdd91af250c524b24cd16c authored by Bryna Hazelton on 14 September 2020, 01:19:28 UTC
account for new warning in uvcalibrate tests
Tip revision: f3ee4d1
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