Skip to content

Commit

Permalink
Trial: Make windows' python-rtmidi 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
s0600204 authored Oct 11, 2023
1 parent 8dca924 commit d38c2d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ pyqt5 = [
{ markers = "sys_platform != 'win32'", version = "^5.6" }
]
python-rtmidi = [
{ markers = "sys_platform != 'win32'", version = "^1.1" }
{ markers = "sys_platform != 'win32'", version = "^1.1" },
{ markers = "sys_platform == 'win32'", git = "https://github.com/SpotlightKid/python-rtmidi.git", tag = "1.5.5" }
]
requests = "^2.20"
sortedcontainers = "^2.0"
Expand Down

0 comments on commit d38c2d1

Please sign in to comment.