https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: e7e43bb90ff3c96b1e84e8c82fe12e6e3337bfab authored by Bryna Hazelton on 23 March 2024, 00:39:30 UTC
Try some more things
Tip revision: e7e43bb
environment.yaml
name: pyuvdata
channels:
  - conda-forge
dependencies:
  - astropy>=6.0
  - astropy-healpix>=0.6
  - astroquery>=0.4.4
  - coverage
  - cython>=0.23
  - docstring_parser>=0.15
  - h5py>=3.1
  - hdf5plugin>=3.1.0
  - matplotlib
  - numpy>=1.23
  - pip
  - pre-commit
  - pyerfa>=2.0
  - pypandoc
  - pytest>=6.2.0
  - pytest-cases>=3.8.3
  - pytest-cov
  - pytest-xdist
  - python-casacore>=3.3.1
  - pyyaml>=5.3
  - scipy>=1.5
  - setuptools_scm<7.0|>=7.0.3
  - sphinx
  - pip:
      - lunarsky>=0.2.2
      - novas
      - novas_de405
back to top