https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0a775cf00dcc6c46fd4cc87a0db45d6ab03ac58c authored by Bryna Hazelton on 09 December 2020, 18:54:11 UTC, committed by Bryna Hazelton on 09 December 2020, 21:45:57 UTC
1 parent 3ed1783
Raw File
Tip revision: 0a775cf00dcc6c46fd4cc87a0db45d6ab03ac58c authored by Bryna Hazelton on 09 December 2020, 18:54:11 UTC
Update changelog for PR #959
Tip revision: 0a775cf
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