Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2021-02-14 12:53:47 +0300
committerGitHub <noreply@github.com>2021-02-14 12:53:47 +0300
commitc4d94da3d33eb9f011337e8b647e0f70bd5b54d6 (patch)
tree88e9e056095e160e1fdba1c170a2ad01122e665c
parentb4647b59083ce0216205f4ae069524177091e222 (diff)
wxpython 4.1.0 on macos only, 4.0.x on other platformswxpython-4.1.0-on-macos-only
Due to the packaging situation on several distros and a bug on windows, bumping wxpython version down to 4.0.x on everything but macos
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a3b2530..f9e5431 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,6 @@
pyserial (>= 3.0)
-wxPython (== 4.1.0)
+wxPython (>= 4.0.0 , < 4.1.0) ; sys_platform != 'darwin'
+wxPython (== 4.1.0) ; sys_platform == 'darwin'
numpy (>= 1.8.2)
pyglet (>= 1.1)
cffi