Skip to content

Commit

Permalink
update: ipywidgets to be 8 and widgetsnbextension to be exactly 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Zhu1 committed Aug 14, 2023
1 parent 99193f9 commit 4dbf5db
Show file tree
Hide file tree
Showing 5 changed files with 1,833 additions and 1,286 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_to_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.7.17'
python-version: '3.8.17'
- name: Install poetry
uses: abatilo/[email protected]
- name: Install docs building dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.7.17'
python-version: '3.8.17'
- name: Install poetry
uses: abatilo/[email protected]
- name: Install project dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.7.17'
python-version: '3.8.17'
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
Loading

0 comments on commit 4dbf5db

Please sign in to comment.