We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba3087 commit c92ef6cCopy full SHA for c92ef6c
requirements.txt
requirements/requirements.txt
@@ -2,7 +2,7 @@
2
# Only usage of fixed versions is allowed, and all dependencies listed here must also be
3
# included in `requirements_loose.txt` (enforced by a test).
4
# TODO clean the requirements
5
-anndata==0.11.1
+anndata>=0.0.1 # test: tolerate_version # TODO fix anndata version
6
numba==0.60.0
7
numpy<2.0 # test: tolerate_version # rdkit==2024.3.3 is not compatible with numpy >= 2.0
8
pyyaml==6.0.2
0 commit comments