Skip to content

Commit

Permalink
Get GUI working on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 13, 2023
1 parent fc35d46 commit 1f69080
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pypi_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ psutil
pykalman==0.9.5
PySide2>=5.13.2,<=5.14.1; platform_machine != 'arm64'
PySide6; sys_platform == 'darwin' and platform_machine == 'arm64'
python-rapidjson
# Otherwise error: Microsoft Visual C++ 14.0 is required.
python-rapidjson <=1.10; sys_platform == 'win32'
python-rapidjson; sys_platform != 'win32'
pyyaml
pyzmq
qtpy>=2.0.1
Expand Down

0 comments on commit 1f69080

Please sign in to comment.