From 8e7a2b51c6add6c7885b2e62e280b0ab20bdc53d Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Mon, 28 Jan 2019 17:07:24 -0800 Subject: [PATCH] Fix version of pandas to build --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f0bbc3ef..e46edba18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ futures; python_version=="2.7" jsonschema==2.6.0 networkx==2.0 -pandas; python_version!="3.4" +pandas==0.23.4; python_version!="3.4" mock==2.0.0 cython