Skip to content

Commit

Permalink
update the development dependencies (and optype)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Nov 29, 2024
1 parent 94399b1 commit f9059d9
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ repos:
- id: codespell

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"numpy>=1.24",
"scipy>=1.10",
"scipy-stubs>=1.14.1.4",
"optype[numpy]>=0.7.1",
"optype[numpy]>=0.7.2",
]

[project.optional-dependencies]
Expand All @@ -53,7 +53,7 @@ Funding = "https://github.com/sponsors/jorenham"

[dependency-groups]
debug = [
"ipython>=8.29.0",
"ipython>=8.30.0",
"ipykernel>=6.29.5",
"line_profiler>=4.1.3; python_version<'3.13'",
"matplotlib>=3.9.2",
Expand All @@ -65,7 +65,7 @@ docs = [
"mkdocs-git-revision-date-localized-plugin>=1.3.0",
"mkdocs-include-markdown-plugin>=7.1.1",
"mkdocs-jupyter>=0.25.1",
"mkdocs-material>=9.5.45",
"mkdocs-material>=9.5.46",
"mkdocs-minify-plugin>=0.8.0",
"mkdocstrings[python]>=0.27.0",
]
Expand All @@ -76,12 +76,12 @@ pandas = [
dev = [
"blacken-docs>=1.19.1",
"codespell>=2.3.0",
"hypothesis[numpy]>=6.119.3",
"hypothesis[numpy]>=6.121.2",
"pre-commit>=4.0.1",
"basedpyright>=1.21.1",
"basedpyright>=1.22.0",
"pytest>=8.3.3",
"pytest-doctestplus>=1.2.1",
"ruff>=0.7.4",
"pytest-doctestplus>=1.3.0",
"ruff>=0.8.1",
"sp-repo-review[cli]>=2024.8.19",
"tox>=4.23.2",
]
Expand Down
Loading

0 comments on commit f9059d9

Please sign in to comment.