Add missing dev dependencies and update README
This commit is contained in:
parent
a04b9a3107
commit
a19f746d4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
dist
|
||||
*.pyc
|
||||
dev
|
||||
.micromamba
|
||||
|
@ -108,6 +108,7 @@ Options:
|
||||
|
||||
Commands:
|
||||
citation Prints citation of the model
|
||||
extras Downloads extra model weights from EPOS AI Platform
|
||||
list-pretrained Show pretrained model names
|
||||
pick Detect phases in streams
|
||||
version Prints version
|
||||
|
@ -38,7 +38,8 @@ dependencies = [
|
||||
"ipython",
|
||||
"black",
|
||||
"isort",
|
||||
"cogapp"
|
||||
"cogapp",
|
||||
"twine"
|
||||
]
|
||||
[tool.hatch.envs.default.scripts]
|
||||
cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=gpd_tool --cov=tests"
|
||||
@ -64,3 +65,8 @@ exclude_lines = [
|
||||
[project.scripts]
|
||||
gpd_tool = "epos_ai_picking_tools.cli_gpd:cli"
|
||||
phasenet_tool = "epos_ai_picking_tools.cli_phasenet:cli"
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
exclude = [
|
||||
".micromamba"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user