Skip to content

Commit

Permalink
use most recent pyuvdata version on github
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-a-cox committed Sep 9, 2024
1 parent 312fbd3 commit 5fb07e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
author_email="tyler.a.cox@berkeley.edu",
license="MIT",
packages=find_packages(),
install_requires=["numpy", "matvis", "finufft", "pyuvdata", "psutil"],
install_requires=[
"numpy",
"matvis",
"finufft",
"pyuvdata@git+https://github.com/RadioAstronomySoftwareGroup/pyuvdata",
"psutil"
],
extras_require={
"dev": [
"mpi4py",
Expand Down

0 comments on commit 5fb07e9

Please sign in to comment.