Skip to content

Commit

Permalink
fix wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadangdut33 committed Mar 21, 2023
1 parent 5e57f9a commit 436e152
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions devSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# check if not windows
if platform.system() != "Windows":
pip = "pip3"
req = "requirements_notwindows"


def install_requirements():
os.system(f"{pip} install -r {req}.txt")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ notify-py==0.3.42
pillow==9.4.0
pywin32==305; platform_system == "Windows"
PyAudioWPatch==0.2.12.5; platform_system == "Windows"
PyAudio==2.0.18; platform_system != "Windows"
PyAudio==0.2.13; platform_system != "Windows"
pystray==0.19.4
requests==2.28.1
scipy==1.9.3
Expand Down

0 comments on commit 436e152

Please sign in to comment.