Skip to content

Commit c051ad7

Browse files
committed
Update dependencies
1 parent 3bfc460 commit c051ad7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prosimos"
3-
version = "2.0.5"
3+
version = "2.0.6"
44
description = ""
55
authors = [
66
"Iryna Halenok <[email protected]>",
@@ -17,11 +17,11 @@ packages = [
1717
python = ">=3.9,<3.12"
1818
click = "^8.1.3"
1919
numpy = "^1.24.3"
20-
pandas = "^2.0.1"
20+
pandas = "^2.2.3"
2121
python-dateutil = "^2.8.2"
22-
pytz = "^2023.3"
23-
scipy = "^1.10.1"
24-
pix-framework = "^0.13.0"
22+
pytz = "^2024.2"
23+
scipy = "^1.13.0"
24+
pix-framework = "^0.13.17"
2525
pylint = "^2.17.4"
2626

2727
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)