From a5542f1c54e2942393f65fc91b9038a753c20fc6 Mon Sep 17 00:00:00 2001 From: Johannes Ringler Date: Fri, 2 Aug 2024 21:09:02 +0200 Subject: [PATCH] specify numpy and matplotlib version to fix dev builds (hopefully) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2de0e33..0c77096 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -pybricksdev == 1.0.0a46 +pybricksdev == 1.0.0a50 bleak == 0.20.2 mpy-cross-v6 == 1.0.1 websockets == 11.0.3 pyinstaller == 5.13.2 -numpy -matplotlib \ No newline at end of file +numpy == 1.25.0 +matplotlib == 3.7.2 \ No newline at end of file