Skip to content

Commit

Permalink
MAINT: implement updates from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 3, 2023
1 parent c7b0c90 commit 6122b10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering",
"Typing :: Typed",
]
dependencies = [
Expand All @@ -42,10 +42,10 @@ dev = [
"tox >=1.9", # for skip_install, use_develop
]
doc = [
"Sphinx >=3",
"myst-nb >=0.14", # nb_ configuration prefixes
"myst-parser[linkify]",
"pandas",
"Sphinx >=3",
"sphinx-book-theme",
"sphinx-codeautolink[ipython]",
"sphinx-copybutton",
Expand Down

0 comments on commit 6122b10

Please sign in to comment.