Skip to content

Commit

Permalink
climada v5.0.0 (#13)
Browse files Browse the repository at this point in the history
* updated v5.0.0

* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.1, and conda-forge-pinning 2024.07.19.18.26.47

* Update install command and dependencies: Add seaborn and bayesian-optimization.

---------

Co-authored-by: Lukas Riedel <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and peanutfun authored Jul 22, 2024
1 parent 5e8f225 commit 1a5618d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .scripts/build_steps.sh

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

10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{% set name = "climada" %}
{% set version = "4.1.0" %}
{% set version = "5.0.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/climada-{{ version }}.tar.gz
sha256: 77bb7a07ed94402ae577cb71cd079ff570ba55bfcf57887b9de58b16d64714a1
sha256: 5b5847afa5c37fa84ea574bbc4cd02a4bf0de55eebcece4319323f22bef1c46b

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.9,<3.12
- pip
- setuptools-scm
run:
- bayesian-optimization =1.5
- bottleneck =1.3
- cartopy =0.22
- cfgrib =0.9.9
Expand Down Expand Up @@ -54,6 +55,7 @@ requirements:
- salib =1.4
- scikit-learn =1.4
- scipy =1.12
- seaborn =0.13
- sparse =0.15
- statsmodels =0.14
- tabulate =0.9
Expand Down

0 comments on commit 1a5618d

Please sign in to comment.