Skip to content

Commit

Permalink
adds requirements for macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
myTonino committed Aug 2, 2022
1 parent 09f5982 commit c57f3e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/requirements-mac.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
py2app==0.28.2
pyserial==3.5
numpy==1.23.1
scipy==1.8.1
matplotlib==3.5.2
PyQt6==6.3.1
6 changes: 6 additions & 0 deletions src/requirements-win.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pyinstaller==5.3
pyserial==5.3
numpy==1.23.1
scipy==1.8.1
matplotlib==3.5.2
PyQt6==6.3.1

0 comments on commit c57f3e5

Please sign in to comment.