Skip to content

Commit edc0279

Browse files
update recipe
Signed-off-by: Pedro Augusto Sampaio Messias Ribeiro <[email protected]>
1 parent 0732fd3 commit edc0279

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

recipes/emd-signal/meta.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% set name = "EMD-signal" %}
22
{% set version = "1.6.4" %}
3+
{% set python_min = "3.8" %}
34

45
package:
56
name: emd-signal
@@ -12,16 +13,16 @@ source:
1213
build:
1314
noarch: python
1415
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
15-
number: 0
16+
number: 4
1617

1718
requirements:
1819
host:
19-
- python >=3.6,<4.0
20+
- python {{ python_min }}
2021
- setuptools >=58
2122
- wheel
2223
- pip
2324
run:
24-
- python >=3.6,<4.0
25+
- python >={{ python_min }}
2526
- numpy >=1.12
2627
- scipy >=0.19
2728
- pathos >=0.2.1
@@ -35,6 +36,7 @@ test:
3536
- pip check
3637
- python -m "PyEMD.tests.test_all"
3738
requires:
39+
- python {{ python_min }}
3840
- pip
3941

4042
about:
@@ -49,7 +51,5 @@ about:
4951
doc_source_url: https://github.com/laszukdawid/PyEMD/blob/master/doc/
5052

5153
extra:
52-
maintainers:
53-
- laszukdawid
5454
recipe-maintainers:
55-
- pedroaugustosmribeiro
55+
- pedroaugustosmribeiro

0 commit comments

Comments
 (0)