Skip to content

Commit

Permalink
Add back pywin32 version constraint to verify correlation to failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Oct 5, 2023
1 parent 746d5a0 commit c78e3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"pandas",
"psutil",
"PyQt5==5.15.7; platform_machine != 'arm64' or sys_platform != 'darwin'",
"pywin32; sys_platform == 'win32'",
"pywin32<305; sys_platform == 'win32'",
"requests",
"scipy",
"tqdm",
Expand Down

0 comments on commit c78e3ae

Please sign in to comment.