Skip to content

Commit

Permalink
Previewer/Jupyter: Use latest nbconvert version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Aug 16, 2024
1 parent ebe57a7 commit f1392aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions previewer_jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ material to an Indico event.

## Changelog

### 3.3.1

- Use the latest `nbconvert` version

### 3.3

- Support (and require) Python 3.12
Expand Down
4 changes: 2 additions & 2 deletions previewer_jupyter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'indico-plugin-previewer-jupyter'
description = 'Jupyter notebook rendering for attachments in Indico'
readme = 'README.md'
version = '3.3'
version = '3.3.1'
license = 'MIT'
authors = [{ name = 'Indico Team', email = '[email protected]' }]
classifiers = [
Expand All @@ -12,7 +12,7 @@ classifiers = [
'Programming Language :: Python :: 3.12',
]
requires-python = '>=3.12.2, <3.13'
dependencies = ['indico>=3.3', 'nbconvert==6.5.0']
dependencies = ['indico>=3.3', 'nbconvert>=7.16.4,<8']

[project.urls]
GitHub = 'https://github.com/indico/indico-plugins'
Expand Down

0 comments on commit f1392aa

Please sign in to comment.