Skip to content

Commit

Permalink
release pylake v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Feb 28, 2024
1 parent 5c52e8f commit 770b28a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "lumicks.pylake" %}
{% set version = "1.3.1" %}
{% set version = "1.4.0" %}

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

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

build:
noarch: python
Expand All @@ -19,13 +19,13 @@ requirements:
- python >=3.9
- pip
run:
- python >=3.6,<4
- python >=3.9,<4
- numpy >=1.24,<2
- matplotlib-base >=3.5
- h5py >=3.4,<4
- pytest >=3.5
- scipy >=1.9,<2
- tifffile >=2020.9.30
- tifffile >=2022.7.28
- tabulate >=0.8.8,<0.9
- cachetools >=3.1
- deprecated >=1.2.8
Expand Down

0 comments on commit 770b28a

Please sign in to comment.