Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
wxPython 4.1.1 has a bug that breaks 3d view, This change pins to the last working version.
  • Loading branch information
5ilver committed Dec 11, 2020
1 parent 449acfb commit 0912e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
pyserial (>= 3.0)
wxPython (>= 4.1)
wxPython (== 4.1.0)
numpy (>= 1.8.2)
pyglet (>= 1.1)
cffi
Expand Down

0 comments on commit 0912e7f

Please sign in to comment.