Skip to content

Commit 27f726b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5ebd4cf commit 27f726b

File tree

4 files changed

+10
-431
lines changed

4 files changed

+10
-431
lines changed

docs/examples/constraining.ipynb

Lines changed: 8 additions & 415 deletions
Large diffs are not rendered by default.

docs/examples/example.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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.8
2424
zip_safe = False
2525

2626
[options.extras_require]

0 commit comments

Comments
 (0)