-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(misc): update direct dependencies (#2669)
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.
- Loading branch information
1 parent
ae6d34c
commit d51d370
Showing
2 changed files
with
35 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
from scvi.utils import error_on_missing_dependencies | ||
|
||
error_on_missing_dependencies("sparse", "xarray") | ||
|
||
|
||
from ._ppc import PosteriorPredictiveCheck # noqa | ||
from ._ppc import PosteriorPredictiveCheck | ||
|
||
__all__ = ["PosteriorPredictiveCheck"] |