Skip to content

Commit 7801757

Browse files
Major Refactoring 0.3.9
1 parent 0a1a83c commit 7801757

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "myoquant"
3-
version = "0.3.9"
3+
version = "0.3.10"
44
description = "MyoQuant🔬: a tool to automatically quantify pathological features in muscle fiber histology images."
55
authors = [{name="Corentin Meyer", email="contact@cmeyer.fr"}]
66
maintainers = [{name="Corentin Meyer", email="contact@cmeyer.fr"}]

src/myoquant/streamlit/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ python_version: 3.12.11
1010
pinned: true
1111
header: mini
1212
short_description: Quantify pathological features in histology images
13-
models: corentinm7/MyoQuant-SDH-Model
14-
datasets: corentinm7/MyoQuant-SDH-Data
13+
models:
14+
- corentinm7/MyoQuant-SDH-Model
15+
datasets:
16+
- corentinm7/MyoQuant-SDH-Data
1517
tags:
1618
- streamlit
1719
- myology

src/myoquant/streamlit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = ""
55
readme = "README.md"
66
requires-python = "<3.13, >=3.12"
77
dependencies = [
8-
"myoquant>=0.3.9",
8+
"myoquant>=0.3.10",
99
"streamlit",
1010
"pandas",
1111
"numpy",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)