From 851f5d89050a76e07c2b6a3f9a289db49072914e Mon Sep 17 00:00:00 2001
From: Jay <jlaura@asu.edu>
Date: Thu, 13 Jun 2019 19:51:34 -0700
Subject: [PATCH] Bumps version and fixes recipe

---
 recipe/meta.yaml | 6 ++++--
 setup.py         | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index e07be37..6f3d910 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -20,16 +20,18 @@ requirements:
   build:
   host:
     - pip
-    - python
+    - python >=3
     - setuptools
   run:
-    - python
+    - python >=3
     - csmapi
     - gdal
     - jinja2
     - numpy
+    - pyproj
     - requests
     - scipy
+    - shapely
 
 test:
   imports:
diff --git a/setup.py b/setup.py
index 1030f2c..b328fc9 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 setup(
     name='knoten',
-    version='0.1.0',
+    version='0.2.0',
     long_description='',
     packages=find_packages(),
     include_package_data=True,
-- 
GitLab