Skip to content

Commit

Permalink
MAINT: switch to single quotation marks for sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 11, 2024
1 parent 44e8fd2 commit 96d3fe2
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 @@ -29,8 +29,8 @@ dependencies = [
"attrs >=20.1.0", # on_setattr and https://www.attrs.org/en/stable/api.html#next-gen
"jsonschema",
"particle",
"python-constraint2",
"tqdm >=4.24.0", # autonotebook
'python-constraint2',
]
description = "Rule-based particle reaction problem solver on a quantum number level"
dynamic = ["version"]
Expand Down Expand Up @@ -65,33 +65,33 @@ doc = [
"Sphinx >=3",
"myst-nb", # nb_ configuration prefixes
"qrules[viz]",
"sphinx-api-relink >=0.0.4",
"sphinx-book-theme",
"sphinx-codeautolink[ipython]",
"sphinx-comments",
"sphinx-copybutton",
"sphinx-design",
"sphinx-hep-pdgref",
"sphinx-pybtex-etal-style",
"sphinx-thebe",
"sphinx-togglebutton",
"sphinxcontrib-bibtex >=2",
'sphinx-api-relink >=0.0.4',
'sphinx-pybtex-etal-style',
]
jupyter = [
"ipywidgets",
"jupyterlab",
"jupyterlab-code-formatter >=3.0.0",
"jupyterlab-git",
"jupyterlab-lsp",
"jupyterlab-myst",
"python-lsp-ruff",
"python-lsp-server[rope]",
'jupyterlab-git',
'jupyterlab-myst',
'python-lsp-ruff',
]
sty = [
"mypy >=0.730", # attrs and error code support
"pre-commit >=1.4.0",
"qrules[types]",
'ruff',
"ruff",
]
test = [
"ipython",
Expand All @@ -106,9 +106,9 @@ types = [
"ipython",
"pydot <2", # problem with pydot.graph_from_dot_data
"pytest",
"sphinx-api-relink >=0.0.4",
"types-PyYAML",
"types-setuptools",
'sphinx-api-relink >=0.0.4',
]
viz = [
"graphviz",
Expand Down

0 comments on commit 96d3fe2

Please sign in to comment.