Skip to content

Commit

Permalink
Merge branch 'main' into 3_12
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Jan 10, 2024
2 parents 9f217a6 + ee51835 commit 6eb5235
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_language_version:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.9'
rev: 'v0.1.11'
hooks:
- id: ruff
- repo: https://github.com/psf/black
Expand Down
25 changes: 25 additions & 0 deletions TEAM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Active core-developers
- @joshmoore (Josh Moore)
- @jni (Juan Nunez-Iglesias)
- @rabernat (Ryan Abernathey)
- @jhamman (Joe Hamman)
- @d-v-b (Davis Bennett)
- @jakirkham (jakirkham)
- @martindurant (Martin Durant)

## Emeritus core-developers
- @alimanfoo (Alistair Miles)
- @shoyer (Stephan Hoyer)
- @ryan-williams (Ryan Williams)
- @jrbourbeau (James Bourbeau)
- @mzjp2 (Zain Patel)
- @grlee77 (Gregory Lee)

## Former core-developers
- @jeromekelleher (Jerome Kelleher)
- @tjcrone (Tim Crone)
- @funkey (Jan Funke)
- @shikharsg
- @Carreau (Matthias Bussonnier)
- @dazzag24
- @WardF (Ward Fisher)
2 changes: 1 addition & 1 deletion requirements_dev_minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ numcodecs==0.12.1
msgpack-python==0.5.6
setuptools-scm==8.0.4
# test requirements
pytest==7.4.3
pytest==7.4.4
2 changes: 1 addition & 1 deletion requirements_dev_optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pymongo==4.6.1
# optional test requirements
coverage
pytest-cov==4.1.0
pytest-doctestplus==1.0.0
pytest-doctestplus==1.1.0
pytest-timeout==2.2.0
h5py==3.10.0
fsspec==2023.12.2
Expand Down

0 comments on commit 6eb5235

Please sign in to comment.