Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaich committed Jan 5, 2022
1 parent b744c50 commit b3cd320
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
14 changes: 9 additions & 5 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.2.0" %}
{% set version = "1.2.1" %}

package:
name: h3-pyspark
Expand All @@ -14,13 +14,17 @@ build:
script: {{ PYTHON }} -m pip install . -vv

requirements:
build:
- pytest
- black
host:
- pip
- python >=3.6
- python
run:
- python >=3.6
- h3-py >=3.7.0
- shapely >=1.7.0
- python
- pyspark
- h3-py
- shapely

test:
imports:
Expand Down
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
h3>=3.7.0
Shapely>=1.7.0
pytest>=6.0.0
black>=21.11b1
pyspark
h3
Shapely
pytest
black
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = h3-pyspark
version = 1.2.0
version = 1.2.1
author = Kevin Schaich
author_email = [email protected]
description = PySpark bindings for H3, a hierarchical hexagonal geospatial indexing system
Expand Down

0 comments on commit b3cd320

Please sign in to comment.