We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9b0eb commit 0960937Copy full SHA for 0960937
pyMixtComp/python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyMixtComp"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Mixture models with heterogeneous data sets and partially missing data management."
5
authors = [
6
"Vincent Kubicki",
@@ -39,7 +39,8 @@ repository = "https://github.com/modal-inria/MixtComp"
39
[tool.poetry.dependencies]
40
python = ">=3.8,<3.12"
41
scikit-learn = "^1.0"
42
-seaborn = ">0.11.2"
+seaborn = ">0.11.2,<1"
43
+pandas = ">=1.3,<3"
44
45
[tool.poetry.group.test.dependencies]
46
pytest = "^7.0"
0 commit comments