We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66e1891 + 0236d86 commit 03c7c9dCopy full SHA for 03c7c9d
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pix-framework"
3
-version = "0.13.12"
+version = "0.13.13"
4
description = "Process Improvement Explorer Framework contains process discovery and improvement modules of the Process Improvement Explorer project."
5
authors = [
6
"David Chapela de la Campa <david.chapela.delacampa@gmail.com>",
@@ -16,15 +16,15 @@ build-backend = "poetry.core.masonry.api"
16
[tool.poetry.dependencies]
17
python = ">=3.9, <3.12"
18
pandas = "^2.2.1"
19
-scipy = "^1.13.0"
+scipy = "^1.10.1"
20
pytz = "^2024.1"
21
networkx = "^3.1"
22
wittgenstein = "^0.3.4"
23
pandasql = "^0.7.3"
24
scikit-learn = "^1.4.2"
25
polars = "^0.20.19"
26
pyarrow = "^15.0.2"
27
-lxml = "^5.2.1"
+lxml = "^4.9.3"
28
m5py = "^0.3.3"
29
30
0 commit comments