chanzuckerberg / cellxgene-census

CZ CELLxGENE Discover Census
https://chanzuckerberg.github.io/cellxgene-census/
MIT License
72 stars 19 forks source link

Add dev dependencies to pyproject.toml #1148

Open ivirshup opened 1 month ago

ivirshup commented 1 month ago

Motivation

It'd be nice to be able to set up a dev environment with pip install .[dev,experimental] than pip install .[experimental then pip install scripts/requirements-dev.txt

Definition of Done

pip install .[dev,experimental] will work

Tasks