Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 1, 2023
1 parent e6a6a9c commit a58bbfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ when you run the above command on a supported platform. Wheels are produced usin
[cibuildwheel](https://cibuildwheel.readthedocs.io/en/stable/); all common
platforms have wheels provided in boost-histogram:

| System | Arch | Python versions | PyPy versions |
| ---------------- | ----------- | ------------------------------- | ------------- |
| System | Arch | Python versions | PyPy versions |
| ---------------- | ----------- | ------------------------------- | ------------------- |
| ManyLinux2014 | 64-bit | 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 | 3.7, 3.8, 3.9, 3.10 |
| ManyLinux2014 | ARM64 | 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 | 3.7, 3.8, 3.9, 3.10 |
| MuslLinux_1_1 | 64-bit | 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 | |
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ packages =
boost_histogram._internal
boost_histogram.axis
install_requires =
numpy; python_version<'3.12'
numpy>=1.26.0b1; python_version>='3.12'
numpy>=1.26.0b1;python_version>='3.12'
numpy;python_version<'3.12'
typing-extensions;python_version<'3.8'
python_requires = >=3.7
include_package_data = True
Expand Down

0 comments on commit a58bbfc

Please sign in to comment.