Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 1 addition & 16 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: f65d3ddf0a23bd5bbca1ed31095b34482cf52cc601eba5f58d892c72c4cdcb46

build:
number: 2
number: 3

outputs:
- name: {{ name }}
Expand Down Expand Up @@ -46,21 +46,6 @@ outputs:
- python {{ python_min }}
- pip

- name: ouroboros
build:
noarch: python
requirements:
host:
- python {{ python_min }}
run:
- python >={{ python_min }}
- {{ pin_subpackage('ouroboros-gis', max_pin="x.x.x") }}
test:
requires:
- python {{ python_min }}
imports:
- ouroboros

about:
home: https://github.com/corbel-spatial/ouroboros
summary: Pythonic use of GeoDatabases
Expand Down