Skip to content

Commit

Permalink
Merge branch 'master' into paper
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Dec 14, 2024
2 parents 6c4806b + 767c5ef commit d80d18b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 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.1
uses: pypa/cibuildwheel@v2.22.0
with:
output-dir: wheelhouse
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mmh3

[![Documentation Status](https://readthedocs.org/projects/mmh3/badge/?version=latest)](https://mmh3.readthedocs.io/en/latest/?badge=latest)
[![GitHub Super-Linter](https://github.com/hajimes/mmh3/workflows/Super-Linter/badge.svg?branch=master)](https://github.com/hajimes/mmh3/actions?query=workflow%3ASuper-Linter+branch%3Amaster)
[![GitHub Super-Linter](https://github.com/hajimes/mmh3/actions/workflows/superlinter.yml/badge.svg?branch=master)](https://github.com/hajimes/mmh3/actions?query=workflow%3ASuper-Linter+branch%3Amaster)
[![Build](https://github.com/hajimes/mmh3/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/hajimes/mmh3/actions/workflows/build.yml?branch=master)
[![PyPi Version](https://img.shields.io/pypi/v/mmh3.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/mmh3/)
[![Python Versions](https://img.shields.io/pypi/pyversions/mmh3.svg)](https://pypi.org/project/mmh3/)
Expand Down
19 changes: 10 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ classifiers = [

[project.optional-dependencies]
test = [
"pytest == 8.3.3",
"pytest == 8.3.4",
"pytest-sugar == 1.0.0"
]
lint = [
"black == 24.8.0",
"clang-format == 19.1.0",
"black == 24.10.0",
"clang-format == 19.1.5",
"isort == 5.13.2",
"pylint == 3.3.1"
"pylint == 3.3.2"
]
type = [
"mypy == 1.11.2"
"mypy == 1.13.0"
]
dev = [
"matplotlib == 3.7.3",
Expand All @@ -52,16 +52,17 @@ dev = [
]
docs = [
"myst-parser == 4.0.0",
"shibuya == 2024.8.30",
"sphinx == 8.0.2"
"shibuya == 2024.12.13",
"sphinx == 8.1.3",
"sphinx-copybutton == 0.5.2"
]
benchmark = [
"pymmh3 == 0.0.5",
"pyperf == 2.7.0",
"pyperf == 2.8.1",
"xxhash == 3.5.0"
]
plot = [
"matplotlib == 3.9.2",
"matplotlib == 3.10.0",
"pandas == 2.2.3"
]

Expand Down

0 comments on commit d80d18b

Please sign in to comment.