Skip to content
This repository was archived by the owner on Sep 29, 2022. It is now read-only.

updated pyproj version #682

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions python/pyproj/bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
10 changes: 6 additions & 4 deletions python/pyproj/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
package:
name: pyproj
version: !!str 1.9.3
version: !!str 1.9.5.1

source:
fn: pyproj-1.9.3.tar.gz
url: https://pypi.python.org/packages/source/p/pyproj/pyproj-1.9.3.tar.gz
md5: ad0ac0602b6373c4203b4d0774445694
fn: pyproj-1.9.5.1.tar.gz
url: https://pypi.python.org/packages/source/p/pyproj/pyproj-1.9.5.1.tar.gz
md5: 027345e3c033fa400e0e64a1c80d34c9

requirements:
build:
- python

run:
- python
- numpy
- proj4

test:
imports:
Expand Down