updated voila and related versions on requirements file
This commit is contained in:
parent
25c9e8f120
commit
e0d440eb07
2 changed files with 14 additions and 14 deletions
|
|
@ -31,35 +31,35 @@ h3==3.7.6
|
|||
idna==3.4
|
||||
importlib-metadata==6.0.0
|
||||
importlib-resources==5.12.0
|
||||
ipykernel==6.21.2
|
||||
ipykernel==6.22.0
|
||||
ipympl==0.9.3
|
||||
ipython==8.10.0
|
||||
ipython-genutils==0.2.0
|
||||
ipywidgets==7.7.3
|
||||
jedi==0.18.2
|
||||
Jinja2==3.1.2
|
||||
Jinja2==3.0.3
|
||||
joblib==1.2.0
|
||||
json5==0.9.11
|
||||
jsonschema==4.17.3
|
||||
jupyter-client==7.4.1
|
||||
jupyter-core==5.2.0
|
||||
jupyter-client==6.1.12
|
||||
jupyter-core==5.3.0
|
||||
jupyter-server==1.23.6
|
||||
jupyterlab-pygments==0.2.2
|
||||
jupyterlab-server==2.19.0
|
||||
jupyterlab-widgets==1.1.2
|
||||
jupyterlab-server==2.20.0
|
||||
jupyterlab-widgets==1.1.3
|
||||
kiwisolver==1.4.4
|
||||
loky==3.3.0
|
||||
MarkupSafe==2.1.2
|
||||
matplotlib==3.7.0
|
||||
matplotlib-inline==0.1.6
|
||||
memoization==0.4.0
|
||||
mistune==2.0.5
|
||||
nbclassic==0.5.2
|
||||
nbclient==0.7.2
|
||||
nbconvert==7.2.9
|
||||
nbformat==5.7.3
|
||||
mistune==0.8.4
|
||||
nbclassic==0.5.3
|
||||
nbclient==0.5.13
|
||||
nbconvert==6.5.4
|
||||
nbformat==5.8.0
|
||||
nest-asyncio==1.5.6
|
||||
notebook==6.5.2
|
||||
notebook==6.5.3
|
||||
notebook-shim==0.2.2
|
||||
numpy==1.24.2
|
||||
packaging==23.0
|
||||
|
|
@ -100,7 +100,7 @@ tornado==6.2
|
|||
traitlets==5.9.0
|
||||
types-retry==0.9.9.2
|
||||
urllib3==1.26.14
|
||||
voila==0.4.0
|
||||
voila==0.2.16
|
||||
wcwidth==0.2.6
|
||||
webencodings==0.5.1
|
||||
websocket-client==1.5.1
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -37,7 +37,7 @@ REQUIREMENTS: dict = {
|
|||
'timezonefinder',
|
||||
'tornado',
|
||||
'types-retry',
|
||||
'voila >=0.2.4',
|
||||
'voila <= 0.2.16',
|
||||
],
|
||||
'app': [],
|
||||
'test': [
|
||||
|
|
|
|||
Loading…
Reference in a new issue