Skip to content

Commit

Permalink
修改numpy版本号,满足paddlers的需求
Browse files Browse the repository at this point in the history
  • Loading branch information
jscslld authored Oct 16, 2023
1 parent 8821135 commit 6e342b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Install PaddleRS
run: |
python -m pip install -r PaddleRS/requirements.txt
python -m pip install "numpy<=1.23.5"
python -m pip install -e PaddleRS
- name: Install GDAL
run: python -m pip install ${{ matrix.gdal-whl-url }}
Expand Down

0 comments on commit 6e342b6

Please sign in to comment.