Skip to content

Commit

Permalink
Pin versions for pyproj and xyzservices (#9)
Browse files Browse the repository at this point in the history
* Pin versions for pyproj and xyzservices.
* Remove version pin for proj.
* MNT: Re-rendered with conda-build 3.28.4, conda-smithy 3.30.4, and conda-forge-pinning 2024.01.25.09.42.33
* Pin pyproj to v3.5

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
peanutfun and conda-forge-webservices[bot] authored Jan 26, 2024
1 parent 0f2ede0 commit 221bee0
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

12 changes: 6 additions & 6 deletions .ci_support/README

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

25 changes: 23 additions & 2 deletions .gitignore

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

9 changes: 6 additions & 3 deletions .scripts/build_steps.sh

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

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion README.md

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

6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1

requirements:
host:
Expand Down Expand Up @@ -42,9 +42,9 @@ requirements:
- peewee =3.16
- pillow =9.4
- pint =0.22
- proj =9.1
- pycountry =22.3
- pyepsg =0.4
- pyproj =3.5
- pytables =3.7
- python =3.9
- pyxlsb =1.0
Expand All @@ -62,6 +62,8 @@ requirements:
- xlrd =2.0
- xlsxwriter =3.1
- xmlrunner =1.7
# TODO: Remove with next release
- xyzservices =2023.7 # Fix old version to avoid error on import

test:
imports:
Expand Down

0 comments on commit 221bee0

Please sign in to comment.