File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ dependencies:
88 - myst-parser
99 - pydata-sphinx-theme
1010 - python
11- - jupyterlab-blockly
1211 - pip :
12+ - jupyterlab-blockly
1313 - jupyterlite-core
1414 - jupyterlite-sphinx
1515 - jupyterlite-xeus
Original file line number Diff line number Diff line change 2121author = 'Denisa Checiu'
2222
2323# The full version, including alpha/beta/rc tags
24- release = '0.3.0 '
24+ release = '0.3.2 '
2525
2626
2727# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ You will need to request the `jupyterlab-blockly` package as a dependency of you
120120
121121setup_args = dict (
122122 ...
123- install_requires = [' jupyterlab-blockly>=0.3.0 ,<0.4' ]
123+ install_requires = [' jupyterlab-blockly>=0.3.2 ,<0.4' ]
124124 ...
125125)
126126```
You can’t perform that action at this time.
0 commit comments