mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 08:56:29 +00:00
fix: force numpy v1
This commit is contained in:
+1
-3
@@ -37,9 +37,7 @@ python-dateutil = ">=2.5.3"
|
||||
urllib3 = ">=1.15.1 <2.0.0"
|
||||
importlib-metadata = {version = ">=1.7.0", python = "<3.8"}
|
||||
pandas = "^1.1.5"
|
||||
numpy = [{version = ">=1.24.0", python = ">=3.11"},
|
||||
{version = "<1.26.0", python = "<3.9"},
|
||||
{version = "<1.22.0", python = "<3.8"}]
|
||||
numpy = "^1.24.0"
|
||||
scipy = [{version = ">=1.9.2", python = ">=3.11"},
|
||||
{version = "<1.11.0", python = "<3.8"},
|
||||
{version = "<1.8.0", python = "<3.8"}]
|
||||
|
||||
Reference in New Issue
Block a user