Skip to content

Commit d7232b6

Browse files
authored
📝 Add theislab/anndata2ri to the list of dependents (#914)
2 parents 336ea1b + b1a8b05 commit d7232b6

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -273,16 +273,16 @@ See the [CONTRIBUTING.md](https://github.com/scipy/scipy-stubs/blob/master/CONTR
273273
- [Arviz](https://github.com/arviz-devs/arviz)
274274
- [asammdf](https://github.com/danielhrisca/asammdf)
275275
- [Chemotools](https://github.com/paucablop/chemotools)
276-
- [Colour](https://github.com/colour-science/colour)
277-
- [Colour - Checker Detection](https://github.com/colour-science/colour-checker-detection)
278-
- [Colour - Visuals](https://github.com/colour-science/colour-visuals)
276+
- Colour ([colour](https://github.com/colour-science/colour),
277+
[colour-checker-detection](https://github.com/colour-science/colour-checker-detection),
278+
[colour-visuals](https://github.com/colour-science/colour-visuals))
279279
- [CSAPS](https://github.com/espdev/csaps)
280280
- [cuPyNumeric](https://github.com/nv-legate/cupynumeric)
281281
- [Efax](https://github.com/NeilGirdhar/efax)
282282
- [Fast GraphRAG](https://github.com/circlemind-ai/fast-graphrag)
283283
- [foamlib](https://github.com/gerlero/foamlib)
284284
- [Freqtrade](https://github.com/freqtrade/freqtrade)
285-
- [gurobi-logtools](https://github.com/Gurobi/gurobi-logtools)
285+
- Gurobi ([gurobi-logtools](https://github.com/Gurobi/gurobi-logtools))
286286
- [JAX](https://github.com/jax-ml/jax)
287287
- [librosa](https://github.com/librosa/librosa)
288288
- [linearmodels](https://github.com/bashtage/linearmodels)
@@ -293,14 +293,15 @@ See the [CONTRIBUTING.md](https://github.com/scipy/scipy-stubs/blob/master/CONTR
293293
- [Namer](https://github.com/ThePornDatabase/namer)
294294
- [NeuroGym](https://github.com/neurogym/neurogym)
295295
- [Optuna](https://github.com/optuna/optuna)
296-
- [pandas](https://github.com/pandas-dev/pandas)
297-
- [pandas-stubs](https://github.com/pandas-dev/pandas-stubs)
296+
- Pandas ([pandas](https://github.com/pandas-dev/pandas),
297+
[pandas-stubs](https://github.com/pandas-dev/pandas-stubs))
298298
- [Pandera](https://github.com/unionai-oss/pandera)
299299
- [ProgressiVis](https://github.com/progressivis/progressivis)
300+
- PyMC ([PyTensor](https://github.com/pymc-devs/pytensor))
300301
- [pysmo](https://github.com/pysmo/pysmo)
301-
- [PyTensor](https://github.com/pymc-devs/pytensor)
302302
- [radioactivedecay](https://github.com/radioactivedecay/radioactivedecay)
303-
- [Scanpy](https://github.com/scverse/scanpy)
303+
- scverse ([scanpy](https://github.com/scverse/scanpy))
304+
- Theis Lab ([anndata2ri](https://github.com/theislab/anndata2ri))
304305
- [TQEC](https://github.com/tqec/tqec)
305306
- [traccuracy](https://github.com/live-image-tracking-tools/traccuracy)
306307
- [Ultralytics](https://github.com/ultralytics/ultralytics)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ executor.type = "uv"
105105
extend-exclude = ["*.pyi", ".mypyignore"]
106106

107107
[tool.typos.default]
108-
extend-ignore-identifiers-re = ['ND|Nd']
108+
extend-ignore-identifiers-re = ['ND|Nd|Theis']
109109

110110
[tool.mypy]
111111
strict = true

0 commit comments

Comments
 (0)