We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83994fa commit 5e068edCopy full SHA for 5e068ed
.github/workflows/release.yml
@@ -15,16 +15,14 @@ jobs:
15
with:
16
environment-name: ipympl-release
17
create-args: >-
18
- python=3.9
19
- jupyterlab
+ python=3.12
20
yarn
21
- matplotlib
22
ipywidgets
23
- jupyter-packaging=0.7
+ jupyterlab
24
25
- name: Install dependencies
26
run: |
27
- python -m pip install twine wheel build
+ python -m pip install twine wheel build "packaging>=24.2"
28
29
- name: Publish the Python package
30
env:
0 commit comments