@@ -11,7 +11,7 @@ include = [
1111]
1212
1313[tool .poetry .dependencies ]
14- python = " >=3.7.2 , <4.0.0"
14+ python = " >=3.9 , <4.0.0"
1515paho-mqtt = " >=1.5.0, <2.0.0"
1616dash = " >=2.9.0, <3.0.0"
1717dash-daq = " ^0.5.0"
@@ -27,7 +27,7 @@ pytz = "^2021.0"
2727argparse = " ^1.4.0"
2828geojson = " ^2.5.0"
2929reverse-geocode = " ^1.4.1"
30- androguard = " ^3.3.5 "
30+ androguard = " ^4.1.2 "
3131pycryptodomex = " ^3.9.0"
3232pydantic = " ^1.9.0"
3333"ruamel.yaml" = " >=0.15.0"
@@ -37,9 +37,7 @@ python-dateutil = ">=2.5.3"
3737urllib3 = " >=1.15.1 <2.0.0"
3838importlib-metadata = {version = " >=1.7.0" , python = " <3.8" }
3939pandas = " ^1.1.5"
40- numpy = [{version = " >=1.24.0" , python = " >=3.11" },
41- {version = " <1.26.0" , python = " <3.9" },
42- {version = " <1.22.0" , python = " <3.8" }]
40+ numpy = " ^1.24.0"
4341scipy = [{version = " >=1.9.2" , python = " >=3.11" },
4442 {version = " <1.11.0" , python = " <3.8" },
4543 {version = " <1.8.0" , python = " <3.8" }]
@@ -65,4 +63,4 @@ max_line_length = 120
6563in-place = true
6664recursive = true
6765aggressive = 3
68- exclude = " psa_car_controller/__main__.py,psa_car_controller/psa/connected_car_api"
66+ exclude = " psa_car_controller/__main__.py,psa_car_controller/psa/connected_car_api"
0 commit comments