From 5292fa7b97404e33d0b7fdb2c5c0807dc001a640 Mon Sep 17 00:00:00 2001
From: Joseph Weston <joseph@weston.cloud>
Date: Sat, 19 Oct 2019 18:24:50 +0200
Subject: [PATCH] bump qsymm requirement to 1.2.4

The test suite uses features from the 1.2 release of qsymm.
---
 INSTALL.rst | 2 +-
 setup.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL.rst b/INSTALL.rst
index 336dd2db..fb98e3ea 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -45,7 +45,7 @@ a NumPy-like Python package optimized for very small arrays,
 The following software is highly recommended though not strictly required:
  * `matplotlib <http://matplotlib.org/>`_ 1.5.1 or newer, for the module `kwant.plotter` and the tutorial,
  * `SymPy <http://sympy.org/>`_ 0.7.6 or newer, for the subpackage `kwant.continuum`.
- * `Qsymm <https://pypi.org/project/qsymm/>`_ 1.1.0 or newer, for the subpackage `kwant.qsymm`.
+ * `Qsymm <https://pypi.org/project/qsymm/>`_ 1.2.4 or newer, for the subpackage `kwant.qsymm`.
  * `MUMPS <http://graal.ens-lyon.fr/MUMPS/>`_, a sparse linear algebra library
    that will in many cases speed up Kwant several times and reduce the memory
    footprint.  (Kwant uses only the sequential, single core version
diff --git a/setup.py b/setup.py
index 5d4c3087..f292fc7d 100755
--- a/setup.py
+++ b/setup.py
@@ -588,7 +588,7 @@ def main():
               'plotting': 'matplotlib >= 1.5.1',
               'continuum': 'sympy >= 0.7.6',
               # qsymm is only packaged on PyPI
-              'qsymm': 'qsymm >= 1.1.2',
+              'qsymm': 'qsymm >= 1.2.4',
           },
           classifiers=[c.strip() for c in classifiers.split('\n')])
 
-- 
GitLab