Skip to content

Commit 92962a9

Browse files
Merge pull request #374 from HERA-Team/complex-beam-fix
Changed test beamfile to have only float data
2 parents 5275bd5 + 418a260 commit 92962a9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup Python
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v3
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

-9.75 MB
Binary file not shown.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install_requires =
4141
numpy>=1.14
4242
scipy
4343
matplotlib>=2.2
44-
pyuvdata<=2.2.8
44+
pyuvdata
4545
astropy>=2.0
4646
pyyaml
4747
h5py

0 commit comments

Comments
 (0)