From 61ea7d0b30972655ddd7b0525f42c3e857614dbf Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Sat, 12 Jan 2019 13:47:05 +0000 Subject: [PATCH] Pinned pandas temporarily (#3383) --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a934baa209..a1af85d83c 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ dependencies: - notebook - matplotlib=2.1.2 - pillow=5.2.0 - - pandas + - pandas=0.23.4 - scipy - xarray=0.10.9 - networkx