From 2fedc54282594fb3dac609e859a25190d098304a Mon Sep 17 00:00:00 2001 From: Mark Keller <7525285+keller-mark@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:14:10 -0500 Subject: [PATCH] Update pyproject yml --- README.md | 7 ------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 14b00f06..e8089177 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,6 @@ For a development installation (requires NodeJS and NPM), $ cd vitessce-python $ uv sync --extra dev --extra docs --extra all -### Conda environments - -In this repository, there are multiple conda environments for different purposes: - -- `vitessce-python-dev` (defined in [environment.yml](./environment.yml)) is used for the development of the `vitessce` package itself -- `vitessce-python-notebooks` (defined in [docs/notebooks/environment.yml](./docs/notebooks/environment.yml)) is used for running the example notebooks in the `docs/notebooks/` directory (see [`docs/notebooks/README.md`](./docs/notebooks#readme) for more information) -- `vitessce-python-binder` (defined in [binder/environment.yml](./binder/environment.yml)) is the environment used by Binder upon opening notebooks from this repository ## Linting and testing diff --git a/pyproject.toml b/pyproject.toml index f27c1872..e69bf79a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "vitessce" -version = "3.4.3" +version = "3.5.0" authors = [ { name="Mark Keller", email="mark_keller@hms.harvard.edu" }, ]