Skip to content

bump dependency versions

Joseph Weston requested to merge jbweston/kwant:mpl_version into master

With the release of Debian stable (stretch) the supported platform with the oldest versions of dependencies becomes Ubuntu 16.04 LTS.

This means that we can bump the following dependency versions:

  • python>=3.5.1
  • matplotlib>=1.5.1
  • scipy>=0.17.0
  • numpy>=1.11.0

This will enable us to:

  • remove the lapack wrapping code and link against the lapack provided by scipy (#139 (closed))
  • use the @ operator for readability (#140 (closed))
  • improve plotter.spectrum (#136)

Closes #31 (closed).

Edited by Joseph Weston

Merge request reports