Skip to content

Commit

Permalink
Merge pull request #11 from databrickslabs/dependabot/pip/numpy-1.22.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.21.2 to 1.22.0
  • Loading branch information
GeekSheikh authored Oct 11, 2022
2 parents 0db78ef + 0386688 commit a3af6c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests and collect coverage
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.21.2
numpy==1.22.0
pandas==1.3.3
py4j==0.10.9
pyarrow==5.0.0
Expand Down

0 comments on commit a3af6c7

Please sign in to comment.