You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adds the following as direct dependencies:
- tensorboard>=2.0 for upcoming #2645
- sparse>=0.14.0 for upcoming #2549 (it's also currently optional for
cricitism)
- xarray>=2023.2.0 for upcoming #2549 (it's also currently optional for
cricitism)
removes the following direct dependency specifications:
- optax: required by flax
- numpy>=1.21.0: anndata requires numpy>=1.23
- pandas>=1.0: anndata requires pandas>=1.4, !=2.1.0rc0, !=2.1.2
- scipy: anndata requires scipy>1.8, <1.13.0rc1
- h5py>=2.9.0: anndata requires h5py>=3.1
- tqdm>=4.56.0: lightning requires tqdm>=4.57.0, <4.67.0
- jax>=0.4.4: required by flax
- jaxlib>=0.4.3: required by flax
- torch>=1.8.0: lightning requires torch>=1.13.0, <2.3.0
- anndata>=0.7.5: mudata requires anndata>=0.8
these dependencies are only removed because other direct dependencies
(1) also have them as direct dependencies and (2) have tighter version
bounds/restrictions than we currently have.
No description provided.
The text was updated successfully, but these errors were encountered: