Skip to content

Commit

Permalink
Updated version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamBindle committed Sep 7, 2022
1 parent 857dd13 commit 665e293
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "sparselt" %}
{% set version = "0.1.2" %}

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

source:
url: https://github.com/LiamBindle/sparselt/archive/{{ version }}.tar.gz
sha256: 76ed9f616e0247cddeb1490a6f98d20028db3d9e2822824037bfde23a086034d

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

requirements:
host:
- pip
- python
run:
- netcdf4
- numpy
- python
- scipy
- xarray

test:
imports:
- sparselt
commands:
- pip check
requires:
- pip

about:
home: https://github.com/LiamBindle/sparselt
license: MIT
license_file: LICENSE
summary: A small library for regridding Earth system data with vectorized sparse linear transforms.

extra:
recipe-maintainers:
- LiamBindle
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sparselt',
version='0.1.0',
version='0.1.2',
author="Liam Bindle",
author_email="[email protected]",
description="A small library for regridding Earth system model data.",
Expand All @@ -17,4 +17,4 @@
'xarray',
'scipy',
],
)
)

0 comments on commit 665e293

Please sign in to comment.