Skip to content

Commit

Permalink
Updated dependencies, updated notebook examples
Browse files Browse the repository at this point in the history
yapf==0.28.0, removed tk-html-widgets
Jupyter notebook examples now work with new interface
  • Loading branch information
rikigigi authored and lorisercole committed Jul 2, 2020
1 parent f5c7b09 commit abca291
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 221 deletions.
211 changes: 96 additions & 115 deletions examples/example_cepstrum_doublecomp_NaCl.ipynb

Large diffs are not rendered by default.

193 changes: 89 additions & 104 deletions examples/example_cepstrum_singlecomp_silica.ipynb

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
"matplotlib>=2.2.0",
"markdown2>=2.0.0",
"pillow>=5.4.0",
"tk-html-widgets>=0.3.0",
"uncertainties>=2.4"
],
"extras_require": {
"pre-commit": [
"pre-commit>1.11.0",
"yapf>0.24.0"
"yapf==0.28.0"
],
"notebook": [
"jupyter"
Expand Down

0 comments on commit abca291

Please sign in to comment.