Update dependencies
- add pandas 1.0 (for future chapter 09) - add jupyter nbextensions (so that RISE can be configured)
This commit is contained in:
parent
95c80ae1a0
commit
b27409efcc
3 changed files with 240 additions and 18 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue