Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use TensorBoard as default logger #2645

Open
martinkim0 opened this issue Apr 2, 2024 · 0 comments
Open

Use TensorBoard as default logger #2645

martinkim0 opened this issue Apr 2, 2024 · 0 comments

Comments

@martinkim0
Copy link
Contributor

No description provided.

martinkim0 added a commit that referenced this issue Apr 3, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant