Skip to content

Commit 94193c0

Browse files
authored
Update pyproject yml (#393)
1 parent 4496e74 commit 94193c0

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ For a development installation (requires NodeJS and NPM),
3030
$ cd vitessce-python
3131
$ uv sync --extra dev --extra docs --extra all
3232

33-
### Conda environments
34-
35-
In this repository, there are multiple conda environments for different purposes:
36-
37-
- `vitessce-python-dev` (defined in [environment.yml](./environment.yml)) is used for the development of the `vitessce` package itself
38-
- `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)
39-
- `vitessce-python-binder` (defined in [binder/environment.yml](./binder/environment.yml)) is the environment used by Binder upon opening notebooks from this repository
4033

4134
## Linting and testing
4235

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "vitessce"
7-
version = "3.4.3"
7+
version = "3.5.0"
88
authors = [
99
{ name="Mark Keller", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)