Skip to content

Commit

Permalink
Merge pull request #30 from CIROH-UA/dependabot/pip/forcingprocessor/…
Browse files Browse the repository at this point in the history
…pyarrow-14.0.1

Bump pyarrow from 12.0.1 to 14.0.1 in /forcingprocessor
  • Loading branch information
JordanLaserGit authored Nov 21, 2023
2 parents d66e8c2 + cbaf98f commit b99a5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ./forcingprocessor
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
Expand Down
2 changes: 1 addition & 1 deletion forcingprocessor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Pillow==10.0.0
platformdirs==3.8.1
pooch==1.7.0
psutil==5.9.5
pyarrow==12.0.1
pyarrow==14.0.1
pydap==3.4.1
pyparsing==3.0.9
pyproj==3.6.0
Expand Down

0 comments on commit b99a5c8

Please sign in to comment.