Skip to content

Commit

Permalink
rm jupytererlab dep
Browse files Browse the repository at this point in the history
  • Loading branch information
akki2825 committed Dec 24, 2024
1 parent 141f1ef commit ce59c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Install jupyter
run: python3 -m pip install jupyterlab==3.6.0 pandas==1.5.3 numpy==1.24
run: python3 -m pip install pandas==1.5.3 numpy==1.24

- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit ce59c17

Please sign in to comment.