From 0cc4419f9bcd199d55e330b361cc30ed2f8363a7 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Tue, 26 May 2020 13:52:15 +0200 Subject: [PATCH] Remove WxPython from the list since the latest version is no more compatible with msspec :-( We need to install it manually using the wheel of their website for the moment --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 0cccd8d..78c75f9 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,4 +7,4 @@ pint terminaltables pycairo setuptools_scm -wxPython +#wxPython