https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a8ac5c978ff009a94dc20b2f43753597535eb2ba authored by Bryna Hazelton on 03 December 2020, 23:48:04 UTC, committed by Matthew Kolopanis on 04 December 2020, 21:00:47 UTC
1 parent d4b848e
Raw File
Tip revision: a8ac5c978ff009a94dc20b2f43753597535eb2ba authored by Bryna Hazelton on 03 December 2020, 23:48:04 UTC
Fix handling of astropy Time parameters for astropy 4.2
Tip revision: a8ac5c9
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top