https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0747542b7b2723499d61cb9b3a87b96aef17b909 authored by Matthew Kolopanis on 05 March 2021, 17:31:55 UTC, committed by Bryna Hazelton on 18 March 2021, 22:57:17 UTC
This reverts commit 95cdfb2c8b250589459a6c3814b95366cd30c108.
1 parent 76f978a
Raw File
Tip revision: 0747542b7b2723499d61cb9b3a87b96aef17b909 authored by Matthew Kolopanis on 05 March 2021, 17:31:55 UTC
Revert "don't redo attribute setting if it already has it"
Tip revision: 0747542
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=3.2.3
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - 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
back to top