Skip to content

Commit 0960937

Browse files
committed
chores(pyMixtCom): update requirements
1 parent 3a9b0eb commit 0960937

File tree

2 files changed

+224
-229
lines changed

2 files changed

+224
-229
lines changed

pyMixtComp/python/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyMixtComp"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Mixture models with heterogeneous data sets and partially missing data management."
55
authors = [
66
"Vincent Kubicki",
@@ -39,7 +39,8 @@ repository = "https://github.com/modal-inria/MixtComp"
3939
[tool.poetry.dependencies]
4040
python = ">=3.8,<3.12"
4141
scikit-learn = "^1.0"
42-
seaborn = ">0.11.2"
42+
seaborn = ">0.11.2,<1"
43+
pandas = ">=1.3,<3"
4344

4445
[tool.poetry.group.test.dependencies]
4546
pytest = "^7.0"

0 commit comments

Comments
 (0)