Update dependencies

- add pandas 1.0 (for future chapter 09)
- add jupyter nbextensions (so that RISE can be configured)
This commit is contained in:
Alexander Hess 2020-02-02 13:46:48 +01:00
commit b27409efcc
3 changed files with 240 additions and 18 deletions

View file

@ -9,10 +9,12 @@ license = "MIT"
python = "^3.7"
jupyterlab = "^1.2.6"
numpy = "^1.18.1"
pandas = "^1.0.0"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
blackcellmagic = "^0.0.2"
jupyter_contrib_nbextensions = "^0.5.1"
RISE = "^5.6.0"
[build-system]