Skip to content

Commit 03c7c9d

Browse files
Merge pull request #25 from AutomatedProcessImprovement/icpm2024v2
integration dependency fix
2 parents 66e1891 + 0236d86 commit 03c7c9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pix-framework"
3-
version = "0.13.12"
3+
version = "0.13.13"
44
description = "Process Improvement Explorer Framework contains process discovery and improvement modules of the Process Improvement Explorer project."
55
authors = [
66
"David Chapela de la Campa <david.chapela.delacampa@gmail.com>",
@@ -16,15 +16,15 @@ build-backend = "poetry.core.masonry.api"
1616
[tool.poetry.dependencies]
1717
python = ">=3.9, <3.12"
1818
pandas = "^2.2.1"
19-
scipy = "^1.13.0"
19+
scipy = "^1.10.1"
2020
pytz = "^2024.1"
2121
networkx = "^3.1"
2222
wittgenstein = "^0.3.4"
2323
pandasql = "^0.7.3"
2424
scikit-learn = "^1.4.2"
2525
polars = "^0.20.19"
2626
pyarrow = "^15.0.2"
27-
lxml = "^5.2.1"
27+
lxml = "^4.9.3"
2828
m5py = "^0.3.3"
2929

3030

0 commit comments

Comments
 (0)