From 94e2ff2bbc17ce99202ab51f62eeb69e45cb3dc1 Mon Sep 17 00:00:00 2001 From: rhoadesScholar Date: Thu, 14 Mar 2024 11:45:14 -0400 Subject: [PATCH] Update README.md and pyproject.toml --- README.md | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7a5543f..64b5279 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/pyproject.toml b/pyproject.toml index 0f4e0d7..e2586d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "rhoadesj@hhmi.org", name = "CellMap" }, + { email = "rhoadesj@hhmi.org", name = "Jeff Rhoades" }, ] -dynamic = ["version"] +version = "0.0.0" dependencies = [ 'torch', 'torchvision', @@ -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]