Merge branch 'upgrade-python-dependencies' into 'master'

setup: upgrade Python dependencies

See merge request caimira/caimira!431
This commit is contained in:
Andre Henriques 2023-03-23 11:00:30 +01:00
commit dc6ec5f231
3 changed files with 200 additions and 71 deletions

105
requirements.new.txt Normal file
View file

@ -0,0 +1,105 @@
anyio==3.6.2
appnope==0.1.3
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
asttokens==2.2.1
attrs==22.2.0
Babel==2.11.0
backcall==0.2.0
beautifulsoup4==4.11.2
bleach==6.0.0
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.0.1
cloudpickle==2.2.1
comm==0.1.2
contourpy==1.0.7
cycler==0.11.0
debugpy==1.6.6
decorator==5.1.1
defusedxml==0.7.1
entrypoints==0.4
executing==1.2.0
fastjsonschema==2.16.2
fonttools==4.38.0
h3==3.7.6
idna==3.4
importlib-metadata==6.0.0
importlib-resources==5.12.0
ipykernel==6.21.2
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
joblib==1.2.0
json5==0.9.11
jsonschema==4.17.3
jupyter-client==7.4.1
jupyter-core==5.2.0
jupyter-server==1.23.6
jupyterlab-pygments==0.2.2
jupyterlab-server==2.19.0
jupyterlab-widgets==1.1.2
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
nest-asyncio==1.5.6
notebook==6.5.2
notebook-shim==0.2.2
numpy==1.24.2
packaging==23.0
pandas==1.5.3
pandocfilters==1.5.0
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
Pillow==9.4.0
platformdirs==3.0.0
prometheus-client==0.16.0
prompt-toolkit==3.0.37
psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
pycparser==2.21
Pygments==2.14.0
pyparsing==3.0.9
pyrsistent==0.19.3
python-dateutil==2.8.2
pytz==2022.7.1
pyzmq==25.0.0
requests==2.28.2
retry==0.9.2
scikit-learn==1.2.1
scipy==1.10.1
Send2Trash==1.8.0
six==1.16.0
sniffio==1.3.0
soupsieve==2.4
stack-data==0.6.2
terminado==0.17.1
threadpoolctl==3.1.0
timezonefinder==6.1.9
tinycss2==1.2.1
tornado==6.2
traitlets==5.9.0
types-retry==0.9.9.2
urllib3==1.26.14
voila==0.4.0
wcwidth==0.2.6
webencodings==0.5.1
websocket-client==1.5.1
websockets==10.4
wheel==0.36.2
widgetsnbextension==3.6.2
zipp==3.14.0

View file

@ -1,86 +1,110 @@
# Created by installing the caimira[app] extra and running:
# Created by installing the caimira[core] extra and running:
# echo '.[app]' > requirements.txt
# pip list --format freeze | grep -vi caimira | grep -v pip | grep -v setuptools >> requirements.txt
.[app]
anyio==3.3.0
argon2-cffi==20.1.0
async-generator==1.10
attrs==21.2.0
anyio==3.6.2
appnope==0.1.3
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
asttokens==2.2.1
attrs==22.2.0
Babel==2.11.0
backcall==0.2.0
bleach==3.3.1
certifi==2021.5.30
cffi==1.14.6
charset-normalizer==2.0.3
cloudpickle==1.6.0
cycler==0.10.0
debugpy==1.4.1
decorator==5.0.9
beautifulsoup4==4.11.2
bleach==6.0.0
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.0.1
cloudpickle==2.2.1
comm==0.1.2
contourpy==1.0.7
cycler==0.11.0
debugpy==1.6.6
decorator==5.1.1
defusedxml==0.7.1
entrypoints==0.3
idna==3.2
ipykernel==6.0.3
ipympl==0.7.0
ipython==7.25.0
entrypoints==0.4
executing==1.2.0
fastjsonschema==2.16.2
fonttools==4.38.0
h3==3.7.6
idna==3.4
importlib-metadata==6.0.0
importlib-resources==5.12.0
ipykernel==6.22.0
ipympl==0.9.3
ipython==8.10.0
ipython-genutils==0.2.0
ipywidgets==7.6.3
jedi==0.18.0
Jinja2==3.0.1
joblib==1.0.1
jsonschema==3.2.0
ipywidgets==7.7.3
jedi==0.18.2
Jinja2==3.0.3
joblib==1.2.0
json5==0.9.11
jsonschema==4.17.3
jupyter-client==6.1.12
jupyter-core==4.7.1
jupyter-server==1.10.1
jupyterlab-pygments==0.1.2
jupyterlab-widgets==1.0.0
kiwisolver==1.3.1
loky==2.9.0
MarkupSafe==2.0.1
matplotlib==3.4.2
matplotlib-inline==0.1.2
memoization==0.3.2
jupyter-core==5.3.0
jupyter-server==1.23.6
jupyterlab-pygments==0.2.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==0.8.4
nbclient==0.5.3
nbconvert==6.1.0
nbformat==5.1.3
nest-asyncio==1.5.1
notebook==6.4.0
numpy==1.21.1
packaging==21.0
pandocfilters==1.4.3
parso==0.8.2
nbclassic==0.5.3
nbclient==0.5.13
nbconvert==6.5.4
nbformat==5.8.0
nest-asyncio==1.5.6
notebook==6.5.3
notebook-shim==0.2.2
numpy==1.24.2
packaging==23.0
pandas==1.5.3
pandocfilters==1.5.0
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
Pillow==8.3.1
prometheus-client==0.11.0
prompt-toolkit==3.0.19
psutil==5.8.0
Pillow==9.4.0
platformdirs==3.0.0
prometheus-client==0.16.0
prompt-toolkit==3.0.37
psutil==5.9.4
ptyprocess==0.7.0
pycparser==2.20
Pygments==2.9.0
pyparsing==2.4.7
pyrsistent==0.18.0
pure-eval==0.2.2
py==1.11.0
pycparser==2.21
Pygments==2.14.0
pyparsing==3.0.9
pyrsistent==0.19.3
python-dateutil==2.8.2
pyzmq==22.1.0
requests==2.26.0
requests-unixsocket==0.2.0
pytz==2022.7.1
pyzmq==25.0.0
requests==2.28.2
retry==0.9.2
scikit-learn==0.24.2
scipy==1.7.0
Send2Trash==1.7.1
scikit-learn==1.2.1
scipy==1.10.1
Send2Trash==1.8.0
six==1.16.0
sniffio==1.2.0
terminado==0.10.1
testpath==0.5.0
threadpoolctl==2.2.0
timezonefinder==5.2.0
tornado==6.1
traitlets==5.0.5
types-retry==0.9.7
urllib3==1.26.6
voila==0.2.10
wcwidth==0.2.5
sniffio==1.3.0
soupsieve==2.4
stack-data==0.6.2
terminado==0.17.1
threadpoolctl==3.1.0
timezonefinder==6.1.9
tinycss2==1.2.1
tornado==6.2
traitlets==5.9.0
types-retry==0.9.9.2
urllib3==1.26.14
voila==0.2.16
wcwidth==0.2.6
webencodings==0.5.1
websocket-client==1.1.0
websocket-client==1.5.1
websockets==10.4
wheel==0.36.2
widgetsnbextension==3.5.1
widgetsnbextension==3.6.2
zipp==3.14.0

View file

@ -21,7 +21,7 @@ REQUIREMENTS: dict = {
'dataclasses; python_version < "3.7"',
'ipykernel',
'ipympl',
'ipywidgets',
'ipywidgets < 8.0',
'Jinja2',
'loky',
'matplotlib',
@ -37,7 +37,7 @@ REQUIREMENTS: dict = {
'timezonefinder',
'tornado',
'types-retry',
'voila >=0.2.4',
'voila <= 0.2.16',
],
'app': [],
'test': [