We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfc460 commit c051ad7Copy full SHA for c051ad7
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "prosimos"
3
-version = "2.0.5"
+version = "2.0.6"
4
description = ""
5
authors = [
6
"Iryna Halenok <iryna.halenok@ut.ee>",
@@ -17,11 +17,11 @@ packages = [
17
python = ">=3.9,<3.12"
18
click = "^8.1.3"
19
numpy = "^1.24.3"
20
-pandas = "^2.0.1"
+pandas = "^2.2.3"
21
python-dateutil = "^2.8.2"
22
-pytz = "^2023.3"
23
-scipy = "^1.10.1"
24
-pix-framework = "^0.13.0"
+pytz = "^2024.2"
+scipy = "^1.13.0"
+pix-framework = "^0.13.17"
25
pylint = "^2.17.4"
26
27
[tool.poetry.dev-dependencies]
0 commit comments