Skip to content

Commit

Permalink
Update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 21, 2020
1 parent 80252dc commit 828e79e
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 78 deletions.
8 changes: 5 additions & 3 deletions notebooks/file_inference.ipynb
Expand Up @@ -157,7 +157,8 @@
"script:\n",
" - make test-repeat\n",
" - make check\n",
" - make docs\n",
" - make notebooks\n",
" - make mkdocs\n",
"\n",
"after_success:\n",
" - pip install coveralls\n",
Expand Down Expand Up @@ -251,7 +252,8 @@
"script:\n",
" - make test-repeat\n",
" - make check\n",
" - make docs\n",
" - make notebooks\n",
" - make mkdocs\n",
"after_success:\n",
" - pip install coveralls\n",
" - coveralls\n",
Expand Down Expand Up @@ -285,7 +287,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/format_options.ipynb
Expand Up @@ -256,7 +256,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/manager_api.ipynb
Expand Up @@ -331,7 +331,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/mapper_api.ipynb
Expand Up @@ -325,7 +325,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/nested_dataclass.ipynb
Expand Up @@ -184,7 +184,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/patched_containers.ipynb
Expand Up @@ -364,7 +364,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/readme.ipynb
Expand Up @@ -244,7 +244,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/roundtrip_comments.ipynb
Expand Up @@ -239,7 +239,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
136 changes: 69 additions & 67 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -52,7 +52,7 @@ parse = "^1.12"
# Utilities
cached_property = "^1.5"
classproperties = "~0.1.3"
minilog = "^1.6b5"
minilog = "^1.6b6"

# Typing
typing-extensions = "^3.7"
Expand Down

0 comments on commit 828e79e

Please sign in to comment.