mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Previewer/Jupyter: Use latest nbconvert version
This commit is contained in:
parent
ebe57a770b
commit
f1392aa1ee
@ -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
|
||||
|
||||
@ -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 = 'indico-team@cern.ch' }]
|
||||
classifiers = [
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user