Skip to content

Commit

Permalink
bump all requirements min
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Aug 21, 2024
1 parent c21b6df commit 0151789
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
86 changes: 43 additions & 43 deletions docs/notebook_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
appnope==0.1.0
argon2-cffi==21.2.0
appnope==0.1.4
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
backcall==0.1.0
beautifulsoup4==4.11.1
bleach==3.3.0
cffi==1.15.0
colorama==0.4.4
decorator==4.3.0
backcall==0.2.0
beautifulsoup4==4.12.3
bleach==6.1.0
cffi==1.17.0
colorama==0.4.6
decorator==5.1.1
defusedxml==0.7.1
entrypoints==0.2.3
html5lib==1.0.1
ipykernel==6.29.4
ipython==8.23.0
entrypoints==0.4
html5lib==1.1
ipykernel==6.29.5
ipython==8.26.0
ipython-genutils==0.2.0
ipywidgets==7.3.0
jedi==0.16.0
Jinja2==3.1.3
jsonschema==4.18.0
ipywidgets==8.1.3
jedi==0.19.1
Jinja2==3.1.4
jsonschema==4.23.0
jupyter==1.0.0
jupyter-client==8.6.1
jupyter-client==8.6.2
jupyter-console==6.6.3
jupyter-core==5.7.2
jupyterlab-pygments==0.3.0
lxml==4.9.1
MarkupSafe==2.0.0
mistune==2.0.3
nbclient==0.6.3
nbconvert==7.0.0
nbformat==5.3.0
nest-asyncio==1.5.5
notebook==6.4.12
numexpr==2.10.0
lxml==5.3.0
MarkupSafe==2.1.5
mistune==3.0.2
nbclient==0.10.0
nbconvert==7.16.4
nbformat==5.10.4
nest-asyncio==1.6.0
notebook==7.2.1
numexpr==2.10.1
pandocfilters==1.5.1
parso==0.5.2
pexpect==4.6.0
parso==0.8.4
pexpect==4.9.0
pickleshare==0.7.5
prometheus-client==0.9
prompt-toolkit==3.0.43
ptyprocess==0.6.0
pycparser==2.20
Pygments==2.15.0
pyzmq==26.0.2
qtconsole==4.3.1
Send2Trash==1.8.2
prometheus-client==0.20.0
prompt-toolkit==3.0.47
ptyprocess==0.7.0
pycparser==2.22
Pygments==2.18.0
pyzmq==26.1.1
qtconsole==5.5.2
Send2Trash==1.8.3
simplegeneric==0.8.1
soupsieve==2.3.2.post1
terminado==0.8.3
testpath==0.3.1
tinycss2==1.1.1
tornado==6.3.3
soupsieve==2.6
terminado==0.18.1
testpath==0.6.0
tinycss2==1.3.0
tornado==6.4.1
traitlets==5.14.3
wcwidth==0.1.7
wcwidth==0.2.13
webencodings==0.5.1
widgetsnbextension==3.3.0
widgetsnbextension==4.0.11
24 changes: 12 additions & 12 deletions requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
h5py==2.8.0
matplotlib==3.0.0
numpy==1.21.6
pandas==1.3
pvlib==0.9.0
scipy==1.11.4
statsmodels==0.13.5
numexpr==2.7.1 # https://github.com/pydata/numexpr/issues/369
arch==4.11
h5py==3.11.0
matplotlib==3.9.2
numpy==1.26.4
pandas==2.0.3
pvlib==0.11.0
scipy==1.13.1
statsmodels==0.14.1
numexpr==2.10.1
arch==7.0.0
filterpy==1.4.5
plotly==4.0.0
xgboost==1.3.3
scikit-learn==0.22.0
plotly==5.23.0
xgboost==2.1.1
scikit-learn==1.5.1

0 comments on commit 0151789

Please sign in to comment.