Skip to content

Commit 7ebb5ca

Browse files
committed
bump requirements
1 parent 2b45ae2 commit 7ebb5ca

File tree

10 files changed

+483
-276
lines changed

10 files changed

+483
-276
lines changed

.github/workflows/dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: '3.10'
26+
python-version: '3.11'
2727

2828
- name: Build package
2929
run: |

.github/workflows/prod-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: set up python
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: '3.10'
27+
python-version: '3.11'
2828

2929
- name: build package
3030
run: |

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.10']
18+
python-version: ['3.11']
1919

2020
steps:
2121
- uses: actions/checkout@v3

requirements-dataproc.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
google-cloud-dataproc==5.16.0
2+
google-cloud-bigquery==3.29.0
3+
google-api-python-client==2.159.0
4+
ipykernel==6.22.0 # matches a pinned version in hail init_notebook.py
5+
ipywidgets==8.0.6 # matches a pinned version in hail init_notebook.py
6+
notebook==6.5.6 # matches a pinned version in hail init_notebook.py
7+
nbconvert==7.3.1 # matches a pinned version in hail init_notebook.py

0 commit comments

Comments
 (0)