Skip to content

Commit

Permalink
🔀 Merge branch 'master' into atl06_play
Browse files Browse the repository at this point in the history
Get jupytext to pair notebooks, black to lint code, and also update to newer jupyterlab version!
  • Loading branch information
weiji14 committed May 7, 2020
2 parents dc0f70e + df3b43b commit a59b937
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 10 deletions.
148 changes: 139 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ geoviews = "^1.7.0"
h5netcdf = "^0.8.0"
intake = {extras = ["complete"], version = "^0.5.5"}
intake-xarray = { git = "https://github.com/intake/intake-xarray.git", rev = "bf98a3c69eea81be716b310e33aeefbf1a89b1d0" }
jupyterlab = "^2.0.1"
jupyterlab = "^2.1.2"
lxml = "^4.5.0"
matplotlib = "^3.2.1"
numcodecs = "<=0.6.3"
Expand All @@ -27,6 +27,8 @@ toolz = "^0.10.0"
tqdm = "^4.46.0"

[tool.poetry.dev-dependencies]
black = "^19.10b0"
jupytext = "^1.4.2"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit a59b937

Please sign in to comment.