Skip to content

Commit 91a4aee

Browse files
committed
Bump version to 1.1.0 and update container labels
1 parent d104c8d commit 91a4aee

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN python -m pip install --no-cache-dir --no-cache /opt/PartiNet
88

99
LABEL AUTHORS Mihin Perera, Edward Yang, Julie Iskander
1010
LABEL MAINTAINERS Mihin Perera, Edward Yang, Julie Iskander
11-
LABEL VERSION v1.0.1
11+
LABEL VERSION v1.1.0

Singularity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ from: python:3.9.19-slim-bookworm
1818
%labels
1919
AUTHORS Mihin Perera, Edward Yang, Julie Iskander
2020
MAINTAINERS Mihin Perera, Edward Yang, Julie Iskander
21-
VERSION v1.0.1
21+
VERSION v1.1.0

partinet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import click
22
import sys
33

4-
__version__ = "1.0.1"
4+
__version__ = "1.1.0"
55

66
DYNAMICDET_AVAILABLE_MODELS = ["yolov7", "yolov7x", "yolov7-w6", "yolov7-e6", "yolov7-d6", "yolov7-e6e"]
77

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ dependencies = [
4040
"tensorboard",
4141
"scikit-learn",
4242
"mrcfile",
43-
"pytest",
4443
"gradio",
4544
]
4645

46+
[project.optional-dependencies]
47+
dev = [
48+
"pytest",
49+
]
50+
4751
[project.scripts]
4852
partinet = "partinet:main"
4953
partinet-gui = "partinet.gui:launch_gui"

0 commit comments

Comments
 (0)