Skip to content

Commit

Permalink
Changed description
Browse files Browse the repository at this point in the history
  • Loading branch information
JLrumberger committed Sep 24, 2024
1 parent d456013 commit 41a3e01
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 31 deletions.
56 changes: 28 additions & 28 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "6a1f5a101d3de6ef0c48821eaaa00d078ad223a1",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "Nimbus-Inference",
"package_name": "nimbus_inference",
"project_description": "A very interesting piece of code",
"author_full_name": "Lorenz Rumberger",
"author_email": "[email protected]",
"github_user": "angelolab",
"project_repo": "https://github.com/angelolab/Nimbus-Inference",
"license": "MIT License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "6a1f5a101d3de6ef0c48821eaaa00d078ad223a1",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "Nimbus-Inference",
"package_name": "nimbus_inference",
"project_description": "A model for classification of cells into marker positive / negative",
"author_full_name": "Lorenz Rumberger",
"author_email": "[email protected]",
"github_user": "angelolab",
"project_repo": "https://github.com/angelolab/Nimbus-Inference",
"license": "MIT License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["hatchling"]
[project]
name = "Nimbus-Inference"
version = "0.0.1"
description = "A very interesting piece of code"
description = "A model for classification of cells into marker positive / negative"
readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
Expand All @@ -20,8 +20,7 @@ urls.Source = "https://github.com/angelolab/Nimbus-Inference"
urls.Home-page = "https://github.com/angelolab/Nimbus-Inference"
dependencies = [
"ark-analysis",
"torch==2.2.0",
"torchvision==0.17.0",
"torch>=2.2.0",
"alpineer",
"scikit-image",
"tqdm",
Expand Down

0 comments on commit 41a3e01

Please sign in to comment.