Skip to content

Commit

Permalink
maint: require github versions of test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jul 15, 2024
1 parent 88bd02d commit c18d1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def package_files(package_dir, subdirectory):
'hdf5plugin',
'astropy',
'astropy-healpix',
'pyuvdata>=3',
'pyuvdata>=3 @ git+https://github.com/RadioAstronomySoftwareGroup/pyuvdata',
'linsolve',
'hera_qm>=2.2.0',
'scikit-learn',
Expand All @@ -74,7 +74,7 @@ def package_files(package_dir, subdirectory):
"pytest",
"pre-commit",
"pytest-cov",
"hera_sim",
"hera_sim @ git+https://github.com/hera-team/hera_sim",
"pytest-xdist",
"hypothesis",
"ruff",
Expand Down

0 comments on commit c18d1cb

Please sign in to comment.