File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "EMD-signal" %}
2
2
{% set version = "1.6.4" %}
3
+ {% set python_min = "3.8" %}
3
4
4
5
package :
5
6
name : emd-signal
@@ -12,16 +13,16 @@ source:
12
13
build :
13
14
noarch : python
14
15
script : {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
15
- number : 0
16
+ number : 4
16
17
17
18
requirements :
18
19
host :
19
- - python >=3.6,<4.0
20
+ - python {{ python_min }}
20
21
- setuptools >=58
21
22
- wheel
22
23
- pip
23
24
run :
24
- - python >=3.6,<4.0
25
+ - python >={{ python_min }}
25
26
- numpy >=1.12
26
27
- scipy >=0.19
27
28
- pathos >=0.2.1
35
36
- pip check
36
37
- python -m "PyEMD.tests.test_all"
37
38
requires :
39
+ - python {{ python_min }}
38
40
- pip
39
41
40
42
about :
49
51
doc_source_url : https://github.com/laszukdawid/PyEMD/blob/master/doc/
50
52
51
53
extra :
52
- maintainers :
53
- - laszukdawid
54
54
recipe-maintainers :
55
- - pedroaugustosmribeiro
55
+ - pedroaugustosmribeiro
You can’t perform that action at this time.
0 commit comments