From f6aea43b9a80083f07569d91b23d7ba41c2fcbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Sun, 18 Aug 2024 11:36:04 +0200 Subject: [PATCH] Binder: Raise matplotlib version to 3.8 --- .binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 261ca96c..05e9f2af 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -5,6 +5,6 @@ dependencies: - python=3.11 - pip - scikit-survival - - matplotlib~=3.6.2 + - matplotlib~=3.8.0 - numpy - seaborn==0.11.2