Skip to content

Commit

Permalink
Merge branch 'main' into update-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Oct 11, 2024
2 parents 21ea6af + 13c3024 commit 057e283
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Physics",
Expand All @@ -31,7 +30,7 @@ description = "Benchmarks for amplitude analysis frameworks"
dynamic = ["version"]
license = {text = "GPLv3 or later"}
name = "benchmarks"
requires-python = ">=3.7"
requires-python = ">=3.9"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -60,9 +59,9 @@ jupyter = [
"jupyterlab-git",
"jupyterlab-lsp",
"jupyterlab-myst",
"jupyterlab-myst",
"python-lsp-ruff",
"python-lsp-server[rope]",
'jupyterlab-myst; python_version >="3.7.0"',
]
lint = [
"ruff",
Expand Down Expand Up @@ -138,7 +137,7 @@ testpaths = [
extend-include = ["*.ipynb"]
preview = true
show-fixes = true
target-version = "py37"
target-version = "py39"

[tool.ruff.format]
docstring-code-format = true
Expand Down

0 comments on commit 057e283

Please sign in to comment.