Skip to content

Commit

Permalink
Merge branch 'main' into rhoadesScholar-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Mar 14, 2024
2 parents b9ed7a8 + 94e2ff2 commit cda5681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package contains the models used for segmention by the CellMap project team
We strongly recommend installing within a [conda](https://docs.anaconda.com/free/miniconda/#quick-command-line-install) (or [mamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html#automatic-install)) environment to install the package.

```bash
conda env create -n cellmap python=3.10 pytorch -c pytorch
conda env create -y -n cellmap python=3.10 pytorch -c pytorch
conda activate cellmap
pip install cellmap-models
```
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
]
keywords = []
keywords = ["machine learning", "deep learning", "cell segmentation", "cellpose", "cellmap"]
license = { text = "BSD 3-Clause License" }
authors = [
{ email = "[email protected]", name = "CellMap" },
{ email = "[email protected]", name = "Jeff Rhoades" },
]
dynamic = ["version"]
version = "0.0.0"
dependencies = [
'torch',
'torchvision',
Expand All @@ -36,7 +36,7 @@ dev = [
]

[project.urls]
homepage = "https://github.com/janelia-cellmap/cellmap-models"
homepage = "https://janelia-cellmap.github.io/cellmap-models"
repository = "https://github.com/janelia-cellmap/cellmap-models"

[tool.mypy]
Expand Down

0 comments on commit cda5681

Please sign in to comment.