From 28b1ebbe926bbac0e9fdd151e30af26ce7375381 Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Wed, 2 Oct 2013 13:50:44 -0400 Subject: [PATCH] Add dependecies acquired through Paegan --- README.md | 8 +++++++- requirements.txt | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62d0e15..e007ae4 100644 --- a/README.md +++ b/README.md @@ -127,11 +127,17 @@ pip install pyoos Pyoos requires the following python libraries which will be downloaded and installed through `pip`: * Paegan>=0.9.9 + * numpy>=1.7.0 + * scipy + * netCDF4>=1.0.2 + * Shapely>=1.2.15 + * pytz + * python-dateutil>=1.5 * OWSLib (install from git with `pip install git+http://github.com/geopython/OWSLib.git`) * requests * Fiona==0.16.1 * beautifulsoup4==4.2.1 -* lxml==3.2.1 +* lxml>=3.2.0 If your NetCDF4 and HDF5 libraries are in non-typical locations, you will need to pass the locations to the `pip` command: ```bash diff --git a/requirements.txt b/requirements.txt index 7c0d924..ff36b81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ paegan>=0.9.9 -OWSLib>=0.8.2 +OWSLib>=0.8-dev requests Fiona==0.16.1 beautifulsoup4==4.2.1 -lxml==3.2.1 +lxml>=3.2.0