Skip to content

Commit

Permalink
fix pylops requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Jan 18, 2025
1 parent cfdf101 commit 03e3490
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
pip install -r optional_requirements.txt
fi
pip install matplotlib==3.6.0
pip install pylops==1.18.3
pip install pylops==2.3.1
pip install pynufft
pip install pytest
python3 -m pytest
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
python3 -m pip install -r "project/requirements.txt"
python3 -m pip install -r "project/optional_requirements.txt"
pip install matplotlib==3.6.0
pip install pylops==1.18.3
pip install pylops==2.3.1
pip install pynufft
fi
- name: Install project
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
python3 -m pip install -r "project/requirements.txt"
python3 -m pip install -r "project/optional_requirements.txt"
pip install matplotlib==3.6.0
pip install pylops==1.18.3
pip install pylops==2.3.1
pip install pynufft
fi
- name: Install project
Expand Down Expand Up @@ -581,7 +581,7 @@ jobs:
python3 -m pip install -r "project/requirements.txt"
python3 -m pip install -r "project/optional_requirements.txt"
pip install matplotlib==3.6.0
pip install pylops==1.18.3
pip install pylops==2.3.1
pip install pynufft
fi
- name: Install project
Expand Down

0 comments on commit 03e3490

Please sign in to comment.