From 2f2dd88f5b195e8bcd9e40e381b40aa52ede2d9a Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Fri, 2 Jun 2017 08:09:04 -0700 Subject: [PATCH 1/3] Updating to nupic.core 0.6.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index baf0f310fc..7d05699dd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,5 @@ prettytable==0.7.2 # When updating nupic.bindings, also update any shared dependencies to keep # versions in sync. -nupic.bindings==0.6.1 +nupic.bindings==0.6.3 numpy==1.11.2 From 354ecd0e4133adb58f92a8344ae9316db508e238 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Fri, 2 Jun 2017 09:08:44 -0700 Subject: [PATCH 2/3] Updating pytest-cov=2.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7d05699dd5..c891797089 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mock==1.0.1 ordereddict==1.1 psutil==1.0.1 pytest==2.5.1 -pytest-cov==1.6 +pytest-cov==2.5.0 pytest-xdist==1.8 python-dateutil==2.1 PyYAML==3.10 From 04d56ccf7ce19f868a2a11534c610ff67d634cfa Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Fri, 2 Jun 2017 09:16:58 -0700 Subject: [PATCH 3/3] Updating all the dependencies to match core --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c891797089..fe232660ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ coverage==3.7.1 mock==1.0.1 ordereddict==1.1 psutil==1.0.1 -pytest==2.5.1 +pytest==3.0.7 pytest-cov==2.5.0 -pytest-xdist==1.8 +pytest-xdist==1.16.0 python-dateutil==2.1 PyYAML==3.10 unittest2==0.5.1 @@ -19,4 +19,4 @@ prettytable==0.7.2 # When updating nupic.bindings, also update any shared dependencies to keep # versions in sync. nupic.bindings==0.6.3 -numpy==1.11.2 +numpy==1.12.1