Skip to content

Commit

Permalink
Merge pull request #54 from Didou09/main
Browse files Browse the repository at this point in the history
Update to 1.8.1
  • Loading branch information
Didou09 authored Sep 13, 2024
2 parents 79e955f + 0c70c71 commit 1a1b25e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "tofu" %}
{% set version = "1.8.0" %}
{% set version = "1.8.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: a79cf45add692586d39a1dbaecf96b125a5da78f1199e8b599743079d06d26d3

sha256: 31839a5f415dc9abab7f09afd0b3eaead7acceda0c8950888f71b52fffa7f2a6
build:
number: 0
script: {{ PYTHON }} -m pip install . -vv
Expand All @@ -27,7 +27,7 @@ requirements:
- pip
- cython => 0.26
- numpy
- setuptools
- setuptools !=65.*,!=74.*
- openmp # [unix and not osx]
run:
- python
Expand All @@ -39,7 +39,7 @@ requirements:
- requests
- svg.path
- Polygon3
- spectrally >=0.0.4
- spectrally >=0.0.6

test:
imports:
Expand Down

0 comments on commit 1a1b25e

Please sign in to comment.