Skip to content

Commit

Permalink
Recipe updates for v3.8.1 (#108)
Browse files Browse the repository at this point in the history
* Recipe updates for v3.8.1 .

* MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and conda-forge-pinning 2024.03.04.16.05.00

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
trexfeathers and conda-forge-webservices[bot] committed Mar 4, 2024
1 parent a9bccaf commit 1ea3117
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "3.7.1" %}
{% set version = "3.8.1" %}

package:
name: iris
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/scitools-iris/scitools-iris-{{ version }}.tar.gz
sha256: 5523115b6bca7f632661a2f4b7564ba5fc5565117201a77cb0755cb45763ba4b
sha256: bf1f35053c16c14938ee0a1a6cfa7ab60804cf1ec79bac5b550179354370d4fc

build:
noarch: python
Expand All @@ -33,7 +33,7 @@ outputs:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >=1.21,!=1.24.3
- numpy >=1.23,!=1.24.3
- pyproj
- scipy
- shapely !=1.8.3
Expand All @@ -54,9 +54,9 @@ outputs:
- iris
about:
home: https://scitools-iris.readthedocs.io/en/stable/
license: LGPL-3.0-or-later
license_family: GPL
license_file: COPYING.LESSER
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Analyse and visualise meteorological and oceanographic data sets.

extra:
Expand Down

0 comments on commit 1ea3117

Please sign in to comment.