Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Dec 14, 2024
1 parent 8fd7f77 commit 6b1ceed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22.0
with:
output-dir: wheelhouse
env:
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ classifiers = [

[project.optional-dependencies]
test = [
"pytest == 8.3.3",
"pytest == 8.3.4",
"pytest-sugar == 1.0.0"
]
lint = [
"black == 24.10.0",
"clang-format == 19.1.2",
"clang-format == 19.1.4",
"isort == 5.13.2",
"pylint == 3.3.1"
"pylint == 3.3.2"
]
type = [
"mypy == 1.13.0"
Expand All @@ -51,11 +51,11 @@ docs = [
]
benchmark = [
"pymmh3 == 0.0.5",
"pyperf == 2.8.0",
"pyperf == 2.8.1",
"xxhash == 3.5.0"
]
plot = [
"matplotlib == 3.9.2",
"matplotlib == 3.9.3",
"pandas == 2.2.3"
]

Expand Down

0 comments on commit 6b1ceed

Please sign in to comment.