https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4f2b159d5bff1c34e51183cef6c722a47506f0d2 authored by Bryna Hazelton on 12 May 2020, 01:33:18 UTC, committed by Bryna Hazelton on 22 May 2020, 18:35:02 UTC
1 parent 2fde2cf
Raw File
Tip revision: 4f2b159d5bff1c34e51183cef6c722a47506f0d2 authored by Bryna Hazelton on 12 May 2020, 01:33:18 UTC
Make `set_` methods private, make time_range not required
Tip revision: 4f2b159
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
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top