Skip to content

Commit c92ef6c

Browse files
committed
relax anndata requirement
1 parent 2ba3087 commit c92ef6c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements.txt

Whitespace-only changes.

requirements/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Only usage of fixed versions is allowed, and all dependencies listed here must also be
33
# included in `requirements_loose.txt` (enforced by a test).
44
# TODO clean the requirements
5-
anndata==0.11.1
5+
anndata>=0.0.1 # test: tolerate_version # TODO fix anndata version
66
numba==0.60.0
77
numpy<2.0 # test: tolerate_version # rdkit==2024.3.3 is not compatible with numpy >= 2.0
88
pyyaml==6.0.2

0 commit comments

Comments
 (0)