Skip to content

Commit ddd49dd

Browse files
committed
Fix test dependencies: pin pyflowsom >=0.1.5 to avoid build error in CI
1 parent 1fe2db5 commit ddd49dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ optional-dependencies.doc = [
6767
"sphinxcontrib-bibtex>=1",
6868
"sphinxext-opengraph",
6969
]
70-
optional-dependencies.test = [ "coverage", "pyflowsom", "pytest" ]
70+
optional-dependencies.test = [ "coverage", "pyflowsom>=0.1.5", "pytest" ]
7171
urls.Documentation = "https://flowsom.readthedocs.io/en/latest/"
7272
urls.Home-page = "https://github.com/saeyslab/FlowSOM_Python"
7373
urls.Source = "https://github.com/saeyslab/FlowSOM_Python"

0 commit comments

Comments
 (0)