From 4e031cc96e4f9338b5337f99629eac43210f99ec Mon Sep 17 00:00:00 2001 From: Tanguy Fautre Date: Wed, 8 May 2019 17:00:46 +0000 Subject: [PATCH] Updated dependencies versions (#54) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d1d22d3..fc847382 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,8 @@ Typically this can arise when attempting to access an instance whose owner has b ## Building Building ParquetSharp for Windows requires the following dependencies: -- CMake (3.8 or higher) -- Visual Studio 2017 (15.7 or higher) -- Apache Arrow (0.11.1) +- Visual Studio 2017 (15.9 or higher) +- Apache Arrow (0.13.0) For building arrow (including parquet) and its dependencies, we recommend using Microsoft's [vcpkg](https://github.com/Microsoft/vcpkg). Note that the Windows build needs to be done in a Visual Studio x64 Native Tools Command Prompt for the build script to succeed.