Skip to content

Commit

Permalink
specify numpy and matplotlib version to fix dev builds (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
Novakasa committed Aug 2, 2024
1 parent bc1901c commit a5542f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
numpy == 1.25.0
matplotlib == 3.7.2

0 comments on commit a5542f1

Please sign in to comment.