Skip to content

Commit

Permalink
Merge branch 'master' of github.com:QMCSoftware/QMCSoftware into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alegresor committed Jun 24, 2022
2 parents c91de3d + 2d1ecbf commit 33afa1f
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defusedxml==0.6.0
entrypoints==0.3
importlib-metadata==1.6.1
ipykernel==5.3.0
ipython==7.10.0
ipython==7.16.3
ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.17.1
Expand All @@ -27,7 +27,7 @@ more-itertools==8.4.0
nbconvert==5.6.1
nbformat==5.0.7
notebook==6.4.1
numpy==1.21.1
numpy==1.22.0
packaging==20.4
pandas==1.1.5
pandocfilters==1.4.2
Expand Down Expand Up @@ -58,4 +58,4 @@ traitlets==4.3.3
wcwidth==0.2.5
webencodings==0.5.1
widgetsnbextension==3.5.1
zipp==3.1.0
zipp==3.1.0
61 changes: 61 additions & 0 deletions requirements/dev39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
attrs==19.3.0
backcall==0.2.0
bleach==3.3.0
codecov==2.1.6
coverage==4.5.4
cycler==0.10.0
decorator==4.4.2
defusedxml==0.6.0
entrypoints==0.3
importlib-metadata==1.6.1
ipykernel==5.3.0
ipython==7.10.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.17.1
Jinja2==2.11.3
jsonschema==3.2.0
jupyter==1.0.0
jupyter-client==6.1.5
jupyter-console==6.1.0
jupyter-core==4.6.3
kiwisolver==1.2.0
MarkupSafe==1.1.1
matplotlib==3.2.2
mistune==0.8.4
more-itertools==8.4.0
nbconvert==5.6.1
nbformat==5.0.7
notebook==6.4.1
numpy==1.21.1
packaging==20.4
pandas==1.1.5
pandocfilters==1.4.2
parso==0.7.0
pexpect==4.8.0
pickleshare==0.7.5
pluggy==0.13.1
prometheus-client==0.8.0
prompt-toolkit==3.0.5
ptyprocess==0.6.0
py==1.10.0
Pygments==2.7.4
pyparsing==2.4.7
pyrsistent==0.16.0
pytest==5.4.3
python-dateutil==2.8.1
pytz==2020.1
pyzmq==19.0.1
qtconsole==4.7.5
QtPy==1.9.0
scipy==1.7.2
Send2Trash==1.5.0
six==1.15.0
terminado==0.8.3
testpath==0.4.4
tornado==6.1.0
traitlets==4.3.3
wcwidth==0.2.5
webencodings==0.5.1
widgetsnbextension==3.5.1
zipp==3.1.0
4 changes: 2 additions & 2 deletions requirements/dev_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ imagesize==1.2.0
importlib-metadata==1.6.0
iniconfig==1.1.1
ipykernel==5.2.1
ipython==7.10.0
ipython==7.16.3
ipython-genutils==0.2.0
jedi==0.17.0
jeepney==0.4.3
Expand All @@ -39,7 +39,7 @@ more-itertools==8.4.0
nbconvert==5.6.1
nbformat==5.0.6
notebook==6.4.1
numpy==1.21.1
numpy==1.22.0
pandas==1.0.3
pandoc==1.0.2
pandocfilters==1.4.2
Expand Down

0 comments on commit 33afa1f

Please sign in to comment.