Skip to content

Commit

Permalink
Merge pull request #23 from KelSolaar/main
Browse files Browse the repository at this point in the history
Create Colour v0.4.4 version.
  • Loading branch information
KelSolaar authored Dec 17, 2023
2 parents 6986110 + a6592b7 commit 3c26d22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "colour-science" %}
{% set version = "0.4.3" %}
{% set version = "0.4.4" %}

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

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

build:
number: 0
Expand All @@ -20,7 +20,7 @@ requirements:
- pip
- poetry
run:
- python >=3.9,<3.12
- python >=3.9,<3.13
- imageio >=2,<3
- numpy >=1.22,<2
- scipy >=1.8,<2
Expand Down

0 comments on commit 3c26d22

Please sign in to comment.