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 efcde49 commit 2fc1969
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ 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 = [
"attrs >=20.1.0", # on_setattr and https://www.attrs.org/en/stable/api.html#next-gen
"qrules ==0.9.*, >=0.9.6", # https://github.com/ComPWA/qrules/pull/145
'singledispatchmethod; python_version <"3.8.0"',
"sympy >=1.10",
'singledispatchmethod; python_version <"3.8.0"',
'typing-extensions; python_version <"3.8.0"',
]
description = "Automatically generate symbolic amplitude models for Partial Wave Analysis"
Expand Down Expand Up @@ -62,17 +62,16 @@ dev = [
"tox >=1.9", # for skip_install, use_develop
]
doc = [
"Sphinx >=3",
"ampform[viz]",
"black",
'importlib-metadata; python_version <"3.8.0"',
"ipympl",
"matplotlib",
"mpl-interactions",
"myst-nb >=0.14", # nb_ configuration prefixes
"nbclient >=0.5.5", # https://github.com/executablebooks/jupyter-book/issues/833
"numpy",
"rich",
"Sphinx >=3",
"sphinx-book-theme",
"sphinx-codeautolink[ipython]",
"sphinx-comments",
Expand All @@ -82,6 +81,7 @@ doc = [
"sphinx-thebe",
"sphinx-togglebutton",
"sphinxcontrib-bibtex >=2",
'importlib-metadata; python_version <"3.8.0"',
]
format = [
"black",
Expand Down Expand Up @@ -115,12 +115,12 @@ test = [
"black",
"ipywidgets", # symplot
"nbmake",
'nbmake <1.3; python_version=="3.7.*"',
"numpy",
"pytest",
"pytest-cov",
"pytest-profiling",
"pytest-xdist",
'nbmake <1.3; python_version=="3.7.*"',
]
viz = [
"graphviz",
Expand Down

0 comments on commit 2fc1969

Please sign in to comment.