From 6669d704fb27f5b6cb8ef85a9bd38f05e79f73ee Mon Sep 17 00:00:00 2001 From: Noah Fahlgren Date: Mon, 19 Sep 2022 12:22:59 -0500 Subject: [PATCH] Pin matplotlib to < 3.6 matplotlib v3.6 seems to break plotnine --- environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 4a02c7f61..041aa88da 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ name: plantcv dependencies: - python=3.9 - - matplotlib>=1.5 + - matplotlib>=1.5,<3.6 - numpy>=1.11,<1.23 - pandas - python-dateutil diff --git a/requirements.txt b/requirements.txt index e96a7a139..a25d58245 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -matplotlib>=1.5 +matplotlib>=1.5,<3.6 numpy>=1.11,<1.23 pandas python-dateutil