Skip to content

Commit f187052

Browse files
committed
chores(pyMixtComp): update scipy version to avoid a vulnerability
1 parent 2dbd815 commit f187052

File tree

2 files changed

+446
-365
lines changed

2 files changed

+446
-365
lines changed

pyMixtComp/python/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@ classifiers = [
3737
repository = "https://github.com/modal-inria/MixtComp"
3838

3939
[tool.poetry.dependencies]
40-
python = ">=3.8,<4.0"
40+
python = ">=3.8,<3.12"
4141
scikit-learn = "^1.0"
4242
seaborn = ">0.11.2"
4343

4444
[tool.poetry.group.test.dependencies]
4545
pytest = "^7.0"
4646

4747
[tool.poetry.group.dev.dependencies]
48-
ipython = ">=7.0.0"
4948
jupyter = "^1.0.0"
5049

5150
[build-system]

0 commit comments

Comments
 (0)