diff --git a/README.md b/README.md index 86ac292..6dde3a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Auroris +[![PyPI](https://img.shields.io/pypi/v/auroris)](https://pypi.org/project/auroris/) +[![Conda](https://img.shields.io/conda/v/conda-forge/auroris?label=conda&color=success)](https://anaconda.org/conda-forge/auroris) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/auroris)](https://pypi.org/project/auroris/) +[![Conda](https://img.shields.io/conda/dn/conda-forge/auroris)](https://anaconda.org/conda-forge/auroris) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/auroris)](https://pypi.org/project/auroris/) + +[![test](https://github.com/polaris-hub/polaris/actions/workflows/test.yml/badge.svg)](https://github.com/polaris-hub/polaris/actions/workflows/test.yml) +[![release](https://github.com/polaris-hub/polaris/actions/workflows/release.yml/badge.svg)](https://github.com/polaris-hub/polaris/actions/workflows/release.yml) +[![code-check](https://github.com/polaris-hub/polaris/actions/workflows/code-check.yml/badge.svg)](https://github.com/polaris-hub/polaris/actions/workflows/code-check.yml) +[![doc](https://github.com/polaris-hub/polaris/actions/workflows/doc.yml/badge.svg)](https://github.com/polaris-hub/polaris/actions/workflows/doc.yml) + Tools for data curation in the Polaris ecosystem. diff --git a/env.yml b/env.yml index 841c1c9..52c9fd7 100644 --- a/env.yml +++ b/env.yml @@ -23,7 +23,6 @@ dependencies: # Visualization - umap-learn - # - tmap # Optional - gcsfs diff --git a/pyproject.toml b/pyproject.toml index 0bfc7ab..3810c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ readme = "README.md" requires-python = ">=3.10" classifiers = [ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Healthcare Industry", "Intended Audience :: Science/Research", @@ -42,6 +42,7 @@ dependencies = [ "seaborn", "datamol >=0.12.1", "pillow", + "fsspec", ] [project.optional-dependencies]