From 003dd040dc71830ccd4953c2969f6e33f791c137 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 30 Jan 2020 11:51:27 +0300 Subject: [PATCH] Bump matplotlib version --- .travis.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b510c4b08..edde5095b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: matrix: include: - os: osx - osx_image: xcode7.3 + osx_image: xcode11.2 language: generic env: PYTHON=3.8.1 before_install: diff --git a/requirements.txt b/requirements.txt index 2e0db9d95..0b3f18a1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ wxPython == 4.0.7.post2 logbook >= 1.0.0 -matplotlib == 3.0.3 +matplotlib >= 3.1.2 numpy==1.16.4 python-dateutil requests >= 2.0.0