Skip to content

Commit 972da8f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2aa8c16 commit 972da8f

File tree

4 files changed

+28
-449
lines changed

4 files changed

+28
-449
lines changed

docs/examples/constraining.ipynb

Lines changed: 18 additions & 425 deletions
Large diffs are not rendered by default.

docs/examples/example.ipynb

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "cdf469e7-0110-4b75-97d5-69c25aa290f5",
5+
"id": "0",
66
"metadata": {},
77
"source": [
88
"# Example\n",
@@ -13,7 +13,7 @@
1313
{
1414
"cell_type": "code",
1515
"execution_count": null,
16-
"id": "4a694f4d-ba0d-4ea4-b15e-db17a2fa8e61",
16+
"id": "1",
1717
"metadata": {
1818
"tags": []
1919
},
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"cell_type": "markdown",
39-
"id": "a340fd27-85ef-4c3c-bfb5-f1783a9a166d",
39+
"id": "2",
4040
"metadata": {},
4141
"source": [
4242
"## Callbacks\n",
@@ -47,7 +47,7 @@
4747
{
4848
"cell_type": "code",
4949
"execution_count": null,
50-
"id": "d6e20593-ad30-41cb-b6f7-baaf12c81c83",
50+
"id": "3",
5151
"metadata": {
5252
"tags": []
5353
},
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"cell_type": "markdown",
64-
"id": "08d19a3e-93da-4a4a-83c2-5e7abf1da4c6",
64+
"id": "4",
6565
"metadata": {},
6666
"source": []
6767
}
@@ -83,13 +83,6 @@
8383
"nbconvert_exporter": "python",
8484
"pygments_lexer": "ipython3",
8585
"version": "3.9.9"
86-
},
87-
"widgets": {
88-
"application/vnd.jupyter.widget-state+json": {
89-
"state": {},
90-
"version_major": 2,
91-
"version_minor": 0
92-
}
9386
}
9487
},
9588
"nbformat": 4,

docs/index.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "1e97b3aa-03ad-4de0-9ad1-8e073e719b5d",
5+
"id": "0",
66
"metadata": {},
77
"source": [
88
"# mpl-draggable-line's Documentation\n",
@@ -23,7 +23,7 @@
2323
{
2424
"cell_type": "code",
2525
"execution_count": null,
26-
"id": "1fffca68-2e56-4025-a441-bbdfdb012465",
26+
"id": "1",
2727
"metadata": {
2828
"tags": []
2929
},
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"cell_type": "markdown",
48-
"id": "66919c8d-b22e-4168-ba29-01b2e6b91b8c",
48+
"id": "2",
4949
"metadata": {},
5050
"source": [
5151
"```{toctree}\n",
@@ -82,13 +82,6 @@
8282
"nbconvert_exporter": "python",
8383
"pygments_lexer": "ipython3",
8484
"version": "3.9.9"
85-
},
86-
"widgets": {
87-
"application/vnd.jupyter.widget-state+json": {
88-
"state": {},
89-
"version_major": 2,
90-
"version_minor": 0
91-
}
9285
}
9386
},
9487
"nbformat": 4,

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url = https://github.com/ianhi/mpl-draggable-line
77
author = Ian Hunt-Isaak
88
author_email = [email protected]
99
license = BSD-3-Clause
10-
license_file = LICENSE
10+
license_files = LICENSE
1111
classifiers =
1212
Development Status :: 2 - Pre-Alpha
1313
License :: OSI Approved :: BSD License
@@ -20,7 +20,7 @@ project_urls =
2020

2121
[options]
2222
packages = find:
23-
python_requires = >=3.7
23+
python_requires = >=3.9
2424
zip_safe = False
2525

2626
[options.extras_require]

0 commit comments

Comments
 (0)